Commit Graph

27 Commits

Author SHA1 Message Date
floge07
d0b14e8569 fix: allow underscore as a valid char in tunnel remote address (#190904)
adjust the regexes used to validate tunnel remote addresses, add underscore as a valid char.
2023-08-21 19:18:44 +00:00
Martin Aeschlimann
4df57580d3 remove unnecessary escapes for '-' in regexes that go into schemas (for #137054) 2021-11-12 16:22:44 +01:00
Alex Ross
12bccfd022 Update devcontainer schema (#132047)
Part of microsoft/vscode-remote-release#3450
2021-09-20 15:22:44 +02:00
Alex Ross
63e1edc203 Add openBrowserOnce to portsAttributes
Fixes #124160
2021-06-18 14:56:40 +02:00
Alex Ross
e4159c8f89 Add protocol to portsAttributes
Part of #123750
2021-05-18 12:55:17 +02:00
Alex Ross
c8b4656197 Add requireLocalPort property to portsAttributes
Fixes microsoft/vscode-remote-release#4958
2021-05-14 16:01:40 +02:00
Alex Ross
64381abea9 unconfiguredPortsAttributes -> otherPortsAttributes
Fixes microsoft/vscode-remote-release#4732
2021-03-23 15:06:04 +01:00
Alex Ross
c359effab0 Fix unconfiguredPortsAttributes in devcontainer.json 2021-03-18 11:31:47 +01:00
Alex Ross
fdb91e27d3 Add new unconfiguredPortsAttributes to config edit 2021-03-17 13:42:34 +01:00
Alex Ross
327e25fdc2 Add portsAttributes to devcontainer.json
Part of microsoft/vscode-remote-release#4445
2021-02-09 16:51:05 +01:00
Christof Marti
2eb805ad75 Mention Inherit Env setting (fixes microsoft/vscode-remote-release#3030) 2020-11-05 16:37:01 +01:00
Christof Marti
bfe35d4427 Settings copied only once (microsoft/vscode-remote-release#484) 2020-10-19 17:50:43 +02:00
Christof Marti
fc4163ea01 Add loginShell (microsoft/vscode-remote-release#3593) 2020-09-08 16:32:04 +02:00
Christof Marti
ad2f35f020 Add userEnvProbe (microsoft/vscode-remote-release#3224) 2020-08-03 22:22:50 +02:00
Christof Marti
7d64a2b3d7 Official version number regex and doc (microsoft/vscode-remote-release#3253) 2020-06-29 16:37:44 +02:00
Christof Marti
7267e39126 Allow version numbers (fixes microsoft/vscode-remote-release#3253) 2020-06-29 14:21:03 +02:00
Christof Marti
735e08aa94 postStartCommand and postAttachCommand (fixes microsoft/vscode-remote-release#3107) 2020-06-04 10:15:03 +02:00
Christof Marti
c27b6b0607 Allow trailing comma (microsoft/vscode-remote-release#2231) 2020-01-30 15:47:54 +01:00
Christof Marti
8046438bb1 Revert "No additional properties (fixes microsoft/vscode-remote-release#2222)"
This reverts commit f643cad6e3.
2020-01-30 12:50:18 +01:00
Christof Marti
f643cad6e3 No additional properties (fixes microsoft/vscode-remote-release#2222) 2020-01-29 11:53:39 +01:00
Christof Marti
66fa2c0d21 Extension id format (microsoft/vscode-remote-release#1800) 2020-01-14 16:59:25 +01:00
Martin Aeschlimann
eeee6244d9 [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
Christof Marti
6b0fce926b Add missing properties (fixes microsoft/vscode-remote-release#1961) 2019-12-04 14:57:22 +01:00
Christof Marti
906b76cea3 Update schemas (microsoft/vscode-remote-release#1155) 2019-11-27 15:37:48 +00:00
Christof Marti
1a88e9d166 Allow null (microsoft/vscode-remote-release#1201) 2019-11-20 17:20:10 +01:00
Christof Marti
6be5444bf5 Update devcontainer schema (microsoft/vscode-remote-release#1201) 2019-11-20 16:55:19 +01:00
Christof Marti
a1b7714d26 Schema for attached container configurations (fixes microsoft/vscode-remote-release#1577) 2019-10-02 21:11:42 +02:00