You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing them just for peace of mind even though they seem to get
filtered out later. This line is meant to only add remote extensions
that aren't capable of running in the browser. If they are
browser-capable they don't need to run in our shimmed Node environment.
index 0000000000000000000000000000000000000000..6c6b87a05610417d73635c5a151845000f216d28
932
+
index 0000000000000000000000000000000000000000..5dd5406befcb593ad6366d9e98f46485ed14fbc0
933
933
--- /dev/null
934
934
+++ b/src/vs/server/browser/extHostNodeProxy.ts
935
-
@@ -0,0 +1,52 @@
936
-
+import { VSBuffer } from 'vs/base/common/buffer';
935
+
@@ -0,0 +1,51 @@
937
936
+import { Emitter } from 'vs/base/common/event';
938
937
+import { UriComponents } from 'vs/base/common/uri';
939
938
+import { createDecorator } from 'vs/platform/instantiation/common/instantiation';
@@ -3282,7 +3281,7 @@ index a982b3ecc58c5a2f3a92be7b8cca3a1cacbb7d47..97f9bfcf0e679be683b1b09cd569149e
3282
3281
const error = new Error(localize('cannot be installed', "Cannot install '{0}' because this extension has defined that it cannot run on the remote server.", gallery.displayName || gallery.name));
0 commit comments