state service - allow multiple setItems at once

This commit is contained in:
Benjamin Pasero
2021-05-03 09:43:41 +02:00
parent 678330a9ec
commit e475cf038b
8 changed files with 79 additions and 20 deletions

View File

@@ -11,6 +11,7 @@
// - Posix: allow to change the current working dir via `VSCODE_CWD` if defined
// - all OS: store the `process.cwd()` inside `VSCODE_CWD` for consistent lookups
// TODO@bpasero revisit if chdir() on Windows is needed in the future still
// (find all users of `chdir` in code, there are more locations)
function setupCurrentWorkingDirectory() {
const path = require('path');