File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.77.0]
4+
5+ * Fix the settings grouping in the VS Code settings editor
6+
37## [ 0.76.0]
48
59* Rename the "Renumber variables" refactoring to "Increment numbered variables" and add a corresponding "Decrement numbered variables" refactoring
Original file line number Diff line number Diff line change 22 "name" : " logtalk-for-vscode" ,
33 "displayName" : " Logtalk for VSCode" ,
44 "description" : " Logtalk programming support" ,
5- "version" : " 0.76 .0" ,
5+ "version" : " 0.77 .0" ,
66 "publisher" : " LogtalkDotOrg" ,
77 "icon" : " images/logtalk.png" ,
88 "license" : " MIT" ,
726726 ],
727727 "configuration" : [
728728 {
729+ "id" : " logtalk-required" ,
729730 "title" : " Required" ,
730731 "properties" : {
731732 "logtalk.home.path" : {
763764 }
764765 },
765766 {
767+ "id" : " logtalk-optional" ,
766768 "title" : " Optional" ,
767769 "properties" : {
768770 "logtalk.executable.path" : {
849851 }
850852 },
851853 {
854+ "id" : " logtalk-defaults" ,
852855 "title" : " Defaults" ,
853856 "properties" : {
854857 "logtalk.loadProject.onActivation" : {
9971000 "compile" : " tsc -watch -p ./" ,
9981001 "test" : " tsc ./tests/runTest.ts" ,
9991002 "vsix:make" : " vsce package --baseImagesUrl https://raw.githubusercontent.com/llvm/llvm-project/master/clang-tools-extra/clangd/clients/clangd-vscode/" ,
1000- "vsix:install" : " code --install-extension logtalk-for-vscode-0.76 .0.vsix"
1003+ "vsix:install" : " code --install-extension logtalk-for-vscode-0.77 .0.vsix"
10011004 },
10021005 "devDependencies" : {
10031006 "@types/bluebird" : " ^3.5.38" ,
You can’t perform that action at this time.
0 commit comments