#496 - Move to file storage for larger states

This commit is contained in:
Elio Struyf
2023-02-02 18:46:50 +01:00
parent 089f0a643d
commit 2b7f124582
6 changed files with 18731 additions and 18 deletions

8
.vscode/launch.json vendored
View File

@@ -12,13 +12,13 @@
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"preLaunchTask": "pnpm: build:ext"
"preLaunchTask": "npm: build:ext"
},
{
"name": "Attach Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
}