File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " answer-set-programming-language-support" ,
33 "displayName" : " Clingo for VSCode" ,
4- "version" : " 1.0.6 " ,
4+ "version" : " 1.0.7 " ,
55 "description" : " Language Support for Clingo ASP (developed at University of Potsdam)." ,
66 "publisher" : " ffrankreiter" ,
77 "jest" : {
162162 "command" : " answer-set-programming-language-support.runinterminalall" ,
163163 "key" : " ctrl+shift+a" ,
164164 "mac" : " cmd+shift+a" ,
165- "when" : " editorTextFocus"
165+ "when" : " editorTextFocus && editorLangId == 'asp' "
166166 },
167167 {
168168 "command" : " answer-set-programming-language-support.runinterminalsingle" ,
169- "key" : " ctrl+shift+s " ,
170- "mac" : " cmd+shift+s " ,
171- "when" : " editorTextFocus"
169+ "key" : " ctrl+shift+x " ,
170+ "mac" : " cmd+shift+x " ,
171+ "when" : " editorTextFocus && editorLangId == 'asp' "
172172 },
173173 {
174174 "command" : " answer-set-programming-language-support.runinterminalconfig" ,
175175 "key" : " ctrl+shift+c" ,
176176 "mac" : " cmd+shift+c" ,
177- "when" : " editorTextFocus"
177+ "when" : " editorTextFocus && editorLangId == 'asp' "
178178 }
179179 ]
180180 },
You can’t perform that action at this time.
0 commit comments