Remove loading screen and move require.posix fill
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import "./fill/require";
|
||||
import * as paths from "./fill/paths";
|
||||
import "./fill/platform";
|
||||
import "./fill/storageDatabase";
|
||||
|
1
packages/vscode/src/fill/require.ts
Normal file
1
packages/vscode/src/fill/require.ts
Normal file
@ -0,0 +1 @@
|
||||
require("path").posix = require("path");
|
Reference in New Issue
Block a user