We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e98158 commit 013934dCopy full SHA for 013934d
patches/store-socket.diff
@@ -3,6 +3,12 @@ Store a static reference to the IPC socket
3
This lets us use it to open files inside code-server from outside of
4
code-server.
5
6
+To test this:
7
+1. run code-server
8
+2. open file outside of code-server i.e. `code-server <path-to-file`
9
+
10
+It should open in your existing code-server instance.
11
12
Index: code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
13
===================================================================
14
--- code-server.orig/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
0 commit comments