Relative Content

Tag Archive for visual-studio-code

Search exclude breaks again

“search.exclude”: { “.eslintcache”: true, “.next”: true, “.next/**/*”: true, “**/*/build”: true, “**/*/build/**/*”: true, “**/bower_components”: true, “**/build”: true, “**/dist”: true, “**/dist/**/*”: true, “**/node_modules/**”: true, “**/node_modules/**/*”: true, “/node_modules”: true, “build”: true, “build/**”: true } In a monorepo VS Code returns hundreds of results from node_modules packages. This wasn’t broken a month ago, now it is. I don’t want […]

Unable to write file ‘c:UsersSachinbaniyaindex.html’

Unable to write file ‘c:UsersSachinbaniyaindex.html’ (NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open ‘c:UsersSachinbaniyaindex.html’) there is no shortcut option availabe in vs code properties

Search variable state on pause with VS Code

Hey there,
I started using Python recently and I wanted to use VS Code instead of Visual Studio 2022.
I was wondering, if there is also a feature to search values of variables while debugging, as there was one in VS22.
I couldn’t find it at first glance.

VSCode not respecting folding strategy

I have the VSCode folding strategy set to “auto”, however it is still folding on indentation. Any ideas on why its not using the language specific folding tags as it should when set to auto?