Nicolas Stepien
Nicolas Stepien
@ematipico Here you go: https://github.com/rome/tools/discussions/3770
🐛 The VSCode Extension should not revert all settings back to default on benign configuration issues
One issue I encounter from time to time is the extension reverting back to defaults because I checked out an older branch that has a config for Rome 10, while...
🐛 The VSCode Extension should not revert all settings back to default on benign configuration issues
@ematipico I think this isn't an issue anymore, should we close this?
Probably the last prettier incompatibility I'll find, seems very very minor though: [playground](https://docs.rome.tools/playground/?indentStyle=space&trailingComma=none&code=ZgB1AG4AYwB0AGkAbwBuACAAQwBvAG0AcABvAG4AZQBuAHQAKAApACAAewAKACAAIAByAGUAdAB1AHIAbgAgACgACgAgACAAIAAgADwAPgAKACAAIAAgACAAIAAgADwAcwBwAGEAbgA%2BAHQAZQB4AHQAPAAvAHMAcABhAG4APgAuADwAYgByACAALwA%2BAAoAIAAgACAAIAA8AC8APgAKACAAIAApADsACgB9AAoA)
Yeah I personally don't mind if this doesn't get fixed. Maybe it affects other repos differently.
Does anyone want to look into the [single-character-in-jsx formatting](https://docs.rome.tools/playground/?indentStyle=space&trailingComma=none&code=ZgB1AG4AYwB0AGkAbwBuACAAQwBvAG0AcABvAG4AZQBuAHQAKAApACAAewAKACAAIAByAGUAdAB1AHIAbgAgACgACgAgACAAIAAgADwAPgAKACAAIAAgACAAIAAgADwAcwBwAGEAbgA%2BAHQAZQB4AHQAPAAvAHMAcABhAG4APgAuADwAYgByACAALwA%2BAAoAIAAgACAAIAA8AC8APgAKACAAIAApADsACgB9AAoA) incompatibility? Otherwise I'm happy with closing this issue, thank you everyone!
@ematipico I've updated the link in the opening comment.
I can't reproduce the issue in the playground though, was this fixed already perhaps?
@xunilrj ``` Path: D:\repo\txt.txt 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00000000 27 4A 61 6E 20 31 2C 20 32...
Okay so I tested a little bit more, - Ignoring `"test.js"` works both in the cli and in vscode - That ignores all files named `test.js` - Ignoring `"./test.js"` works...