Python not working in Visual Studio Code via the Integrated Terminal
I am playing with Flask, and want to use Visual Studio Code.I have changed the default shell to be CMD and not Powershell within Visual Studio Code.I want to use a CONDA environment called ARIEL, and...
View Articleinstallation of softwares does not reflect in VS code
I installed vs code and also installed ibm blockchain extension in vs code. I also installed all the prerequisites. Still vscode shows its required. Kindly help me to resolve this
View ArticleHow to install pythonnet in VS Code?
I tried to install pythonnet in vs code by input pip install pythonnet in terminal and the error come up.I also tried to git install pip install git+https://github.com/pythonnet/pythonnet -U --force...
View ArticleSluggishness in VS Code due to Gtk on Windows 10
In VS Code, when I run a Julia file, if I have included the library ProfileView via using ProfileView, I get the following warning.Warning: You are using Gtk on Windows which is currently not...
View ArticleSytax error while debugging the npm code with PingID
I have integrated Ping ID code with Node JS application.Now,While running the npm start to start the server I am getting the error "Couldn't get an access token. Request has been terminated Possible...
View ArticleC# Package not found on build even after installing
I installed the Newtonsoft.Json package through terminal on VS Code. On running the command "dotnet run" I get the error message: "The type or namespace name 'Newtonsoft' could not be found"together...
View Article"Pylint: Unable to import XXX" in a venv with python3.8 using vscode
I am using Remote-SSH extension of VSCode to do code development on a python project in a Ubuntu VM on Hyper-V.So I am SSH'd into the project which uses a virtual env. The project structure is...
View ArticleFailed to install dependencies of SQLTools using yarn
Im trying to develop a new driver for SQLTools (A Visual Studio Code plugin for DB conections) Repository: https://github.com/mtxr/vscode-sqltoolsBut when I clone this repository and execute yarn for...
View ArticleVisual Studio code disable code formatting for object destructuring
I'm writing web app using Koa and Typescript. In vscode i faced with unwanted code formatting: when i declare variables using object desctructing approach vscode autoformat it in multilines:deleteUser:...
View ArticleDoes VSCode suggest or list all possibilities as IntelliJ does for ReactJS?...
Does VSCode list all possible tags or properties for ReactJS as IntelliJ does without the need to start typing? If so, can you tell me how can I activate it? As shown in the pic here
View ArticleIn Flutter the VS Code editor throws an error - The function 'myApp' isn't...
I am very beginner in flutter and dart, I just created my app and as it automatically creates a template app, It throws an error in widget_test.dart file in test folderThe function 'myApp' isn't...
View ArticleWhat is the purpose of the .angulardoc.json file in an angular project?
I have been generating new Angular projects before now and I have never seen an .angulardoc.json file in the folder in which I generated my Angular project.Recently, I upgraded my angular Cli to the...
View ArticleHow to set breakpoints in vs code in a scala program
I want to debug my scala app with vscode.My gradle run task looks as simple:task run(type: JavaExec, dependsOn: build) { debug true main = mainClassFile classpath sourceSets.main.runtimeClasspath...
View ArticleVS code always loads the last folder in a path
I'm currently working on VS code and connect to a remote machine to write my code, the issue is that when you have a path for example: C:/abc/bcd/def/ and /bcd has no other subdirectory other than /def...
View Articleget currently focus file via VSCode extension API?
There is the steps.select a file or directory in workspaces.exec command via keybindings.get the selected file or directory path in command handler.Command...
View ArticleEnable intellisense for ionic components in HTML file outside of project
I am building an app with ionic and need to send some content from an HTML page on the server when requested by a user. Ideally this HTML file should use the correct ionic components so that any...
View ArticleVSCode hide top-right icons
I'm a big fan of VScode's minimalist approach, but one thing is bugging me. I would like to hide editor-tab icons.The icons are from extensions: git-lens& hexdump for VScode. Also the split-editor...
View ArticleNested vscode settings in a large project?
Here's my file structure:root .vscodetemplates .vscodeI'd like the settings in the nested "templates" folder to apply only there, but it doesn't seem to work.Is there any way to do this?
View ArticleGit take number of files changes not show files in windows 10 , can push by...
can push by command line not show any file and make uninstall to git and install again same problem
View Articleunable to import ’NLTK'
I’m currently working on my first chatbot and I need nltk for this bot to install. So I opened my terminal on my Mac and type pip install nltk and it successfully installs. So I opened VisualStudioCode...
View Article