Fix Live Share problems due to direct filesystem access #98
Labels
bug
Something isn't working
component: vscode extension
Issue concerns the Slate extension for Visual Studio Code
Some parts of the VSCode extension still access the filesystem directly via Node's
fs
module instead of usingvscode.workspace.fs
. This causes errors when using Live Share.To change this, quite a bit of code must become asynchronous.
In the end, no more imports of the
fs
anslate-env-node
modules should remain, andslate-env-node
should be removed fromsrc/vscode/package.json
.The text was updated successfully, but these errors were encountered: