File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 173
173
"editor.defaultFormatter" : " ms-python.autopep8"
174
174
},
175
175
"remote.autoForwardPorts" : true ,
176
- "remote.autoForwardPortsFallback" : 0 ,
177
176
"remote.autoForwardPortsSource" : " process" ,
177
+ "remote.portsAttributes" : {
178
+ "5000" : {
179
+ "onAutoForward" : " silent"
180
+ },
181
+ "5900" : {
182
+ "onAutoForward" : " silent"
183
+ },
184
+ "6081" : {
185
+ "onAutoForward" : " silent"
186
+ },
187
+ "8080" : {
188
+ "onAutoForward" : " silent"
189
+ },
190
+ "8082" : {
191
+ "onAutoForward" : " silent"
192
+ },
193
+ "8787" : {
194
+ "onAutoForward" : " silent"
195
+ }
196
+ },
178
197
"remote.otherPortsAttributes" : {
179
- "onAutoForward" : " silent "
198
+ "onAutoForward" : " ignore "
180
199
},
181
200
"scm.countBadge" : " off" ,
182
201
"terminal.integrated.commandsToSkipShell" : [
You can’t perform that action at this time.
0 commit comments