Martin Aeschlimann
c2a9a86afa
Delete --compatibility=1.63 code from the server ( #183738 )
2023-05-29 15:24:14 -07:00
Matt Bierner
5d5280012e
Include server-main.js in main TS project ( #168375 )
...
* Include server-main.js in main TS project
Fixes #167055
This fixes a conflict in the `@types/node` types in this file
* Fixing a few more type errors
* Fix typing of `onLoad`
2023-01-09 15:20:15 -08:00
eleanorjboyd
587260eb63
add comment regarding error message treat as API
2022-11-17 13:26:37 -08:00
Artem Zatsarynnyi
95bf25f800
server-main.js should respect the --port argument (#161254 )
...
After https://github.com/microsoft/vscode/pull/160094 merged, `server-main.js` ignores the `--port` argument.
This patch fixes the problem.
2022-09-20 16:34:35 +02:00
Martin Aeschlimann
519b06e4cb
Clean up server-main.js ( #160094 )
...
Errors in server-main.js. Fixes #160015
2022-09-15 12:58:11 +02:00
Johannes
0656d21d11
auto-fixed prefer-const violation
2022-06-08 17:49:21 +02:00
Alex Dima
ed63059a47
Fixes microsoft/vscode-remote-release#6543 : Go through the unexpected error handler (which has async endless loop protection) instead of using the console in the SIGPIPE handler
2022-04-28 17:14:19 +02:00
Martin Aeschlimann
955b6c13f1
Code server fails with Cannot find module 'original-fs'
2022-03-22 10:48:51 +01:00
Martin Aeschlimann
436b711622
Configure server using env vars. Fixes #141333
2022-03-15 11:35:30 +01:00
Martin Aeschlimann
1f31835619
server: exit with error code when license is not accepted
2022-02-28 22:25:34 +01:00
Martin Aeschlimann
22c43c3363
remove unused import
2022-02-24 16:51:55 +01:00
Martin Aeschlimann
426d05453a
server cli: print server bound address
2022-02-24 16:11:01 +01:00
Martin Aeschlimann
72f369f4a7
server cli: add aliases
2022-02-24 15:50:42 +01:00
Martin Aeschlimann
44543f528a
server cli: sanitize string args
2022-02-24 15:38:28 +01:00
Martin Aeschlimann
aef1fa5075
serverGreeting is optional
2022-02-09 15:43:43 +01:00
Martin Aeschlimann
e146c5fa8b
fix typo
2022-01-27 17:23:24 +01:00
Martin Aeschlimann
f602b1c95b
server: port range is end inclusive, improve validation
2022-01-27 17:19:23 +01:00
Alex Dima
f52f4b2ee3
Rename remoteExtensionHostAgent to server.main
2022-01-24 14:13:41 +01:00
Martin Aeschlimann
3bae6d9ca2
server-cli: typo in compatibility message
2022-01-21 17:21:00 +01:00
Alex Dima
3269deea2b
Move server code to vs/server/node
2022-01-20 17:18:10 +01:00
Alex Dima
3b5afe84e8
Fixes #140997 : Move server entry points to src/
2022-01-20 09:31:00 +01:00