Tom Bonnike
Tom Bonnike
You’re not the first person to request that (https://github.com/Tom-Bonnike/vscode-formatting-toggle/issues/58) but I struggle to understand a proper use-case for toggling workspace settings: 1) they are usually tracked on Git as they...
Any news on this @ehmicky? It still seems to be happening :(
@keiko713 @kitop any news on this bug by any chance? It’s still happening and this optimization conflicts with my `inline-critical-css` plugin, which apparently is now the 10th most downloaded plugin...
@rally25rs, your test seems to work fine. But I can confirm that this is an issue with my package: `clean-slate-lint`. Yarn: ```bash $ yarn --version 1.5.1 $ yarn add -D...
As a smaller reproduction case: ```bash $ cat ./pkgA/package.json { "name": "pkgA", "version": "1.0.0", "main": "index.js", "license": "MIT", "scripts": { "postinstall": "node test.js" } } $ cat ./pkgA/test.js #!/usr/bin/env node...
Hey, great PR, would be really handy if it could be merged. Any news on this? @cwelch5, maybe?
If you have workspace settings, then you are sharing that configuration with other people. If you want to ignore formatting for a specific file, this extension is IMO not the...
The VS Code [workspace settings](https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings) are meant to be committed to git along with your project’s code, so that they are shared with all other contributors of the project that...
What's a `.workspace` file? I can’t find any mentions of it in the VS Code documentation nor in Peacock’s 🤔 Is it an alias for `.vscode/settings.json`?
> it'd be cool if the formatting extension had a setting that you could put in the .workspace file that determined if formatting was enabled or disabled just for that...