Skip to content

Commit 013934d

Browse files
committed
docs(patches): add notes for testing store-socket
1 parent 5e98158 commit 013934d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

patches/store-socket.diff

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Store a static reference to the IPC socket
33
This lets us use it to open files inside code-server from outside of
44
code-server.
55

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+
612
Index: code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
713
===================================================================
814
--- code-server.orig/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts

0 commit comments

Comments
 (0)