Skip to content

Commit c94f885

Browse files
Skip command command-server.runCommand in terminal (#38)
Added default configuration for setting `terminal.integrated.commandsToSkipShell` Fixes #14
1 parent cf699aa commit c94f885

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
"args": "terminal"
8686
}
8787
],
88+
"configurationDefaults": {
89+
"terminal.integrated.commandsToSkipShell": [
90+
"command-server.runCommand"
91+
]
92+
},
8893
"configuration": {
8994
"title": "Command server",
9095
"properties": {

0 commit comments

Comments
 (0)