Derek W. S. Gray

Results 16 comments of Derek W. S. Gray

Confused why this would be tagged enhancement if it is a feature regression? Also, I don't have the Package > Language Markdown even installed. ```cson ".source.md": editor: tabLength: 2 ```...

Ok, the workaround is to install language-markdown and just disable the markdown-writer keybindings, then I get the normal 4-space tab that I had originally and the correct list tabbing behaviour.

True, my workaround is heavy-handed. I'm a simple guy though and don't use those features :)

(Downgrading the plugin means you have a blue "1 update" notification in the bottom right corner all the time - unless someone knows a plugin that then allows us to...

Same here, it's back to 2-spaces.

> @md1440 @derekwsgray can you reproduce the issue in this project? https://github.com/zxch3n/vitest-ext-basic-example > > I installed Fedora 36 and ubuntu virtual machine. But I failed to reproduce this error on...

> @derekwsgray What is your `vitest.commandLine` setting? Can you try the pre-release version? It's empty. I wasn't aware I was supposed to fill that in. However, entering `./node_modules/.bin/vitest` didn't improve...

``` Error: ( Vitest should be configured to be able to run from project root ) Error when running ./node_modules/.bin/vitest /home/dgray/dev/git/vitest-ext-basic-example/add.test.ts --reporter=json --reporter=verbose --outputFile /tmp/vitest-report-nwg1.json --run -t add cwd: /home/dgray/dev/git/vitest-ext-basic-example...

```json { "System": { "OS": "Linux 5.4 Linux Mint 19.3 (Tricia)" }, "Binaries": { "Node": { "version": "16.13.2", "path": "~/.nvm/versions/node/v16.13.2/bin/node" }, "Yarn": { "version": "1.22.18", "path": "~/.yarn/bin/yarn" }, "npm": {...

Yes, it's set and already contains that path within it. If I edit it to contain _only_ that path, I still get the same error as above.