ESLint: Unexpected property "indent" in eslintrc
As documented here, there is an ESLint property for indentation called indent. The example looks like this:Or for tabbed indentation:{ "indent": ["error", "tab"] } However, if I paste this exact code...
View ArticleThe package is accessible from more than one module problem under VSCode only
I have a project which builds fine under grdle as well as in the IntelliJ IDE run configuration.But it gives a problem in the VSCode IDE:The package javax.crypto is accessible from more than one module...
View Article-VS Code- commit button did not response so I couldn't commit and push code...
I got an issue when trying to commit changed files.When i clicked the "Commit" button, nothing happened. The files should be disappeared and then I can push to Github.Any help is greatly appreciated!
View Article'openssl/crypto.h' file not found on vscode
I got the following compile error even though I added the include path to openssl. I'm using vscode on a MAC. Can you tell me how to fix it?Errormain.cpp:3:10: fatal error: 'openssl/crypto.h' file not...
View ArticleHow to develop (run and debug) modules in Odoo v11 on Visual Studio Code in...
Is it possible to run and debug Odoo on Visual Studio Code? If yes please share me the configuration.Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It...
View ArticleWhy don't styles apply when my site in vs-code is not running on a live-server
When I open my site directly the styles are not being applied.But when I opened the Visual Studio Code and open the site with live-server it seems to be okay. I use SASS as pre-processor of Cascading...
View ArticleVSCode extension HTML/CSS class modal information
I would like to know if there's any VSCode extension where I can add a custom description on HTML/CSS classes.Actually I'm working on a project where the classes are non specific and makes the project...
View Article.NET Core 3 - SmtpClient fails in MVC project with PublishTrimmed=true
Specifics:dot net core 3 mvc project using SmtpClientpublishing as single file, trimmed (PublishTrimmed true in csproj file)Steps: Create new dotnetcore 3 project:dotnet new mvc In HomeController.cs,...
View ArticleHow to open file by it's name in VS code?
I have thousands of files and foldesr and cant browse them in File | Open or Explorer windows because it is very slow.Can I open file by it's filename in VS Code?
View Articlevscode seach for a text only in changes
Before to publish branch sometimes I want to search for a specific keyword to ensure I have fixed it correctly everywhere. The problem is, I want to search it only in changes not for a whole project.Is...
View Article.vscode-server folder taking up lots of space
I am using VScode for web development and noticed that the .vscode-server in my user folder is taking up a lot of space (100s of MB). I tried removing it and reopening VSCode and connecting to the...
View ArticleExperimental decorators warning in TypeScript compilation
I have Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option `to remove this warning.even my compilerOptions in...
View ArticleVSCode doesn't understand React Fragment , doesn't recognize newer ES syntax...
I am running vscode version 1.39.2. The Syntax highlighting messes up for React fragments and new ES syntax.
View ArticleFormatting JSON Data to a single line
I am having some requirements:Each json data point must be on a single lineEach json data point must be separated by a newline characterAdditionally, if possible each data point must be separated by an...
View ArticleWhy does excel.exe not close after calling quit() in powershell? [duplicate]
This question already has an answer here:Can't get all excel processes to stop when closing through Powershell 1 answerI've seen the many threads on this issue but none that seems to solve my issue.I...
View ArticleUnable to upload image in Visual studio code - Unexpected File location...
I am having a hard time to upload the images. The error message does not make a sense to me. I saved the folder on my desktop and all photos are visible. Could anyone explain? I saved the folder on my...
View ArticleVS Code on Chromebook Penguin with Remote SSH: Could not establish...
I installed VS code on Penguin on an Acer Chromebook R11. I followed the steps for Debian here : https://code.visualstudio.com/docs/setup/linuxIt works like a charm but I need to connect to my remote...
View ArticleAny small sample on how to create a menu in a vscode extension
I have some powershell code/functions that I would like to call from a potential vscode menu.Do you know of any good sample code to create a vscode menu - like when you press "Tab Size:" in rthe buttom...
View ArticleToggling the maximization of the current window (for any window type)
I want to define a single and universal keyboard binding that allows me to toggle the maximization of the current window, regardless of the type of window. At a minimum, a window could be:Any single...
View Articlevscode exclude/ silence code analysis for folder
I have some folders with code I just play around with - and often it has errors.I like to keep it in the same workspace as my project, but is it possible to "silence" the analyser for specific...
View Article