We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf855ae commit 5ef2c27Copy full SHA for 5ef2c27
patches/integration.diff
@@ -21,12 +21,8 @@ Index: code-server/lib/vscode/src/vs/server/node/server.main.ts
21
import product from 'vs/platform/product/common/product';
22
import * as perf from 'vs/base/common/performance';
23
24
-@@ -30,41 +30,46 @@ const errorReporter: ErrorReporter = {
25
-
26
- onDeprecatedOption: (deprecatedOption: string, message) => {
27
- console.warn(`Option '${deprecatedOption}' is deprecated: ${message}`);
28
-- }
29
-+ },
+@@ -33,38 +33,43 @@ const errorReporter: ErrorReporter = {
+ }
30
};
31
32
-const args = parseArgs(process.argv.slice(2), serverOptions, errorReporter);
0 commit comments