vscode not working with javascript since the latest update
so since the latest update, none of the javascript features is working. in all my js project. ( yes only js )no intellisense, no suggestion, not even talking on 'jump to declaration', basically a...
View ArticleHow should I determine the lowest runable vscode version on my extension
The question is quite straightforward, how should I set the minimum required VSCode version on my extension? Should I add the version I'm working on? That doesn't sound optimal. Should I generate a...
View ArticleUnable to import 'django.http'pylint(import-error)
I am getting this problem in visual studio code 2019 i hope anyone can help to solve this problem this problem occurring with pip new version and django 2.2+ version and python latest 3.7 version for...
View ArticleSuggestion not working when install node modules
VS Code version 1.41.1, suggestion not working when install node modules. It works after I remove node modules and works on an old project, but when I create new project or install new node modules it...
View Article"Breakpoint set/unset in gutter" event in extension while not debugging
Today, all breakpoints are sent only when the debugger is launched.However, I want to be able to apply breakpoints as soon as the user clicks on the breakpoint gutter - but they might not actually be...
View ArticleError undefined reference to `dladdr' in Visual Studio 2017 cross-platform
I am writing small program using 3rd party library. 3rd party library is placed in Linux machine. From visual studio 2017 using crossplatform i am running my small code with help of 3rd party...
View ArticleHow to run an existing Scala project using VS Code and Metals?
I am brand new to Scala and I find that Scala IDE is very slow on my machine for basic things like searching the codebase and editing code. I am used to Visual Studio Code and was very happy to find...
View ArticleGulp bundle --ship: The build failed because a task wrote output to stderr
I've been getting this error when trying to do a gulp bundle --ship command:The build failed because a task wrote output to stderr. Exiting with exit code: 1I'm pretty new to this so have no idea how...
View ArticleHow do I display a treemap from my Rscript which I run from my terminal?
I run my Rscript from my ubuntu terminal. I do not know what function to use so that my treemap is automatically dispayed once i run the script. Please help, I am new to R. I don't want to run it from...
View ArticleAngular intellisense in VS Code not showing object properties in html
I have installed Angular Language Service and mostly it works fine but when i write angular code in "" then it always shows just component properties like photos, upload even if i write "photo.". For...
View ArticleHow to use 'require' instead of 'import' statements
In JavaScript, node.js, when I export module using CommonJS style, such asmodule.export.foo = (param) => { // do sth here return value } and I start typing foo in the other file in my node.js...
View ArticleWhy doesn't clear_output() clear what's printed to the python console in VS...
New to programming and currently working on a web scraper. I'm trying to monitor my progress and keep my terminal clean as I go using clear_output() from IPython.display, but it doesn't appear to be...
View ArticleIs there any plugin like gitlens for eclipse?
I'm looking for the equivalent plugin of gitlens for eclipse. For those who don't know, gitlens is a nice plugins in vs code which gives the possibility to know who wrote every line of code, when, and...
View ArticleSettings to copy paste with correct indentation in Visual Studio Code
When I copy and paste a piece of code using Visual Studio Code, after pressing enter to create a new line, the following happens:It seems to keep the indentation created by the new line, adding the...
View ArticleHow do you debug a botpress-module installed in bot (botpress) in vs-code?
I have a (Botpress Framework v.10.51.1) bot and I have a botpress-module installed and linked to the bot, I wanted to debug the code in the botpress-module using vscode debugger, I added the following...
View Articlewhich event fires when we close the vscode editor?
I'm looking for an event of the vscode extension which fires when we close the vscode editor or is there any other way to track it?
View ArticleChange commentLine from // to --
I'm trying to override vscodecommentLine keybindings to type "--" instead of "//" when the file is plssql or sql language. Someone knows how can i do that?
View ArticleConfigure JDK in Visual Studio Code
My project is Maven-based. To execute the Maven-Tasks, a JDK (not just a JRE) ist necessary. I dont want to define the path to the JDK in environment variables (such as JAVA_HOME or JDK_HOME), because...
View ArticleVariable, Class, function etc. inspector for Atom
For visual studio code, there exists some addon/plugin which shows you the origin for example of an included class, the return value of a function etc.. I find it very handy, but I want this...
View Articlehow get files under `open editors` Tree View (in other words, opened files)...
This question is quite simple. Although since I just now started exploring vscode extension docs, I couldn't find any solution for this. Basically, I want to get files under open editors Tree View (in...
View Article