Skip to content

Commit 0263e3a

Browse files
authored
Merge pull request #411 from sourceallies/liveshare-connectionmode-relay
Add the explicit Connection Mode setting of "Relay" to LiveShare settings in all devcontainers
2 parents 6ff572e + 7e61577 commit 0263e3a

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

.devcontainer/c-sharp/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"extensions.ignoreRecommendations": true,

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"settings": {
88
"liveshare.allowGuestDebugControl": true,
99
"liveshare.allowGuestTaskControl": true,
10+
"liveshare.connectionMode": "relay",
1011
"liveshare.languages.allowGuestCommandControl": true,
1112
"liveshare.publishWorkspaceInfo": true,
1213
"extensions.ignoreRecommendations": true,

.devcontainer/go/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"extensions.ignoreRecommendations": true,

.devcontainer/java/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"java.server.launchMode": "Standard",
1616
"liveshare.allowGuestDebugControl": true,
1717
"liveshare.allowGuestTaskControl": true,
18+
"liveshare.connectionMode": "relay",
1819
"liveshare.languages.allowGuestCommandControl": true,
1920
"liveshare.publishWorkspaceInfo": true,
2021
"extensions.ignoreRecommendations": true,

.devcontainer/javascript/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"extensions.ignoreRecommendations": true,

.devcontainer/jupyter-notebook/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"python": {

.devcontainer/python/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"python": {

.devcontainer/typescript-react/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"extensions.ignoreRecommendations": true,

.devcontainer/typescript/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"settings": {
99
"liveshare.allowGuestDebugControl": true,
1010
"liveshare.allowGuestTaskControl": true,
11+
"liveshare.connectionMode": "relay",
1112
"liveshare.languages.allowGuestCommandControl": true,
1213
"liveshare.publishWorkspaceInfo": true,
1314
"extensions.ignoreRecommendations": true,

0 commit comments

Comments
 (0)