Skip to content

Commit 149547e

Browse files
authored
Remove redundant settings from default launch.json config settings
Fixes #1553
1 parent da91e3f commit 149547e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
{
9999
"command": "python.execSelectionInTerminal",
100100
"key": "ctrl+enter",
101-
"when": "editorFocus && editorHasSelection && editorLangId == python"
101+
"when": "editorFocus && editorHasSelection && editorLangId == python"
102102
}
103103
],
104104
"commands": [
@@ -1078,8 +1078,6 @@
10781078
"name": "Python Experimental: Attach",
10791079
"type": "pythonExperimental",
10801080
"request": "attach",
1081-
"localRoot": "${workspaceFolder}",
1082-
"remoteRoot": "${workspaceFolder}",
10831081
"port": 3000,
10841082
"host": "localhost"
10851083
},

0 commit comments

Comments
 (0)