This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 VS Code plugin frequently does not save #4461
Labels
S-To triage
Status: user report of a possible bug that needs to be triaged
Environment information
What happened?
Version: 1.78.1 Commit: 6a995c4f4cc2ced6e3237749973982e751cb0bf9 Date: 2023-05-04T09:46:23.602Z Electron: 22.5.1 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Linux x64 6.2.14-300.fc38.x86_64 Sandboxed: No
"[javascript]": { "editor.defaultFormatter": "rome.rome" },
{ "formatter": { "enabled": true, "indentSize": 2, "indentStyle": "space", "lineWidth": 120 }, "linter": { "enabled": true }, "javascript": { "formatter": { "quoteProperties": "asNeeded", "quoteStyle": "single", "semicolons": "asNeeded", "trailingComma": "es5" } } }
[Trace - 9:39:50 AM] Sending request 'textDocument/formatting - (2783)'. [Trace - 9:39:50 AM] Sending notification 'textDocument/didSave'.
Expected result
It should save each time save is invoked.
Code of Conduct
The text was updated successfully, but these errors were encountered: