We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cf4b9 commit 367014aCopy full SHA for 367014a
patches/exec-argv.diff
@@ -1,6 +1,13 @@
1
Preserve process.execArgv
2
3
-This ensures flags like --prof are passed down so we can profile everything.
+This ensures flags like `--prof` are passed down to the code-server process so
4
+we can profile everything.
5
+
6
+To test this:
7
+1. run `./lib/node --prof .`
8
+2. in another terminal, run `ps -ejww`
9
10
+You should see `--prof` next to every code-server process.
11
12
Index: code-server/lib/vscode/src/vs/server/node/extensionHostConnection.ts
13
===================================================================
0 commit comments