Download the Prettier extension. Add the following in user settings: (It seems that the Insiders build has"files.autoSave": "afterDelay"as the default so there’s no need to add that. If using another version, you need to add it.) ...
cc @jrieken I think originally we wanted to disable code actions on auto save after delay to prevent altering the editor while you are typing in the editor. But I am easy to relax this, as a customer of auto save after delay, I would not mind to experiment with running formatter for ...
I know very little about the inner-workings of VSCode since I've had little interest in that aspect of it so I'm not sure if a better workaround exists, but in the meantime the quickest solution I've found is using an extension that forces the format command. The extension in question...
When creating an error in an scss or css file that can be auto fixed by vscode-stylelint (such as omitting a space in a rule background:red;), the file is autosaved successfully and the errors are fixed without having to save manually via files.autoSave: "afterDelay". What actually ha...
VSCodeTriageBot removed the triage-needed label Apr 1, 2024 Contributor amunger commented Apr 1, 2024 Install the Kernel Manager plugin Is this a vs code extension? I'm not seeing that in the marketplace. Does manually saving work correctly? Does this not happen when you use a local ...
Steps to Reproduce: Type in something in a file Wait for a few seconds, and the cursor will go backwards and will be auto-indented I think this is the culprit: Or even this: Video with every extension enabled: Classpoint.Exercise1.Cpp.-.Ensf.337.-.Fall.2024.-.C.C++.-.Visual.Studio...
VSCode is not running in the same environment than Theia. As such, the behaviors and the experience provided to Theia must be adapted to the environment where it runs. Defaulting the behaviors of Theia to replicate VSCode could lead in a non-optimal experience. ...
Hi, Recently I switched from python.pylint to this pylint extension, however, I found this extension is pretty slow. e.g., after correction, I have to wait for ~4-5 seconds until the warning disappears.
@dbaeumer Are you talking about checking the extension settings in vscode? What is the easiest way to export those? From my global settings.json: // Place your settings in this file to overwrite the default settings { "window.zoomLevel": 1, "javascript.implicitProjectConfig.experimentalDecorators...