<!-- Please file all questions and support requests at https://www.reddit.com/r/codeserver/ The issue tracker is only for bugs. Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server and include any logging information relevant to the issue. Please search for existing issues before filing. --> A `globalStorageHome` directory is created in the project root when I use the [VSCodeVim](https://github.com/VSCodeVim/Vim) extension. ``` > tree globalStorageHome/ globalStorageHome/ └── vscodevim.vim ``` [The VSCodeVim extension uses `context.globalStoragePath` to determine storage location](https://github.com/VSCodeVim/Vim/pull/4151/files). Did code-server misconfigure this location to be in the project root?