I don't know (Unresolved compilation problem:) [closed]
I just started study java and vsc. I aleardy searched and saw all of questions that have 'Unresolved compilation problem:'. But I can't find my question.This is my error message : Exception in thread...
View ArticleWhy does Visual Studio Code updates always require to download the entire new...
I have always faced this issue with VS Code every time I opened the application when I see the new update notification pop-up. Unlike Visual Studio IDE (The one with the colour purple, whereas the Code...
View ArticleEndless loading of a terminal in VSCode
I'm currently trying to fix non-loading terminal in VSCode. There is not enough of info here. It's just blank terminal. How can i fix it?
View ArticleHow to disable autofocus in tkinter when i start app
Hi i have issue with tkinter. I am trying setup my enviroment to see changes immediately. I am using VScode + AREPL to do this. There is problem when i am writing my tkinter gui class it switch my...
View ArticleHow to react to file-system events in the language server
I'm writing a language server protocol extension for a custom language for VS Code. I'm writing the server part in C# using OmniSharp Language Server API.I'm having trouble implementing...
View ArticleIs it possible to install and enable workspace extensions in vscode with the...
What I want to achieve:I want my projects to be self-contained in a manner that will allow collaborators to start working on them with all the proper linting and language features etc.. (I know this is...
View ArticleHow can I debug my Angular 2 project using VS Code and Opera browser?
I want to debut Angular 2 using Visual Studio Code and Opera browser that's based on Chromium. There is a "Debugger for Chrome" extension and works. But how Can I config VS Code to use Opera instead?...
View ArticleIBM Blockchain platform cannot rebuild native dependencies
I trying to get the IBM Blockchain platform to work in Visual studio code (on Linux), but it keeps coming back with:Could not rebuild native dependencies Failed to execute command "npm" with arguments...
View ArticleIs it possible to get terminal text typing effects in a vscode extension?
Is it possible to get a text typing effect in a vscode extension? I'm imagining something like a intellisense autocompletion, but once you make the selection you get the characters typed out one by one...
View ArticleUse vscode as editor for sops
I can't seem to get sops to work with Visual Studio Code as its editor. vscode is already in the PATH. However, sops prints the decrypted content on the console instead of opening the...
View ArticleVistual Studio Code Arduino custom header include
I want to include a custom header file in my *.ino sketch using vs code. I have added ${workspaceRoot} to my includePath, but for some reason I am not able to compile the code.Please see the build logs...
View Articlevscode intellisense import not working within jest ts tests
all throughout my project, VSCode will automatically prompt to import a type (the yellow lightbulb appearing). Except within JEST test files (within my tests directory), I get no lightbulb. I can...
View ArticleHow to get information about from where parameters came like webstor shows
I don“t know how to explain it exact. I saw in webstorm has something like this set(nbObstacles, nbWeapons, nbPlayers){ this.setTiles(); this.setElements(type: "obstacle", nbObstacles);...
View ArticleAppend data to json file if not in it already
I have a .json file which I would like to append data to. But only if this string is not in the .json file already.JSON File:[{"filename":"file1"}, {"filename":"file2"}, {"filename":"file3"}] End...
View ArticleJSDoc typedef declaration for moment.js object
I have a function that uses moment.js. I am new to typescript and jsdoc imports and I'm wondering how I can document that a function returns, specifically a moment object:const moment =...
View ArticlePython path in VSCode: The system cannot find the path specified
After installing VSCode (I already have python 2.7 on my machine), I tried to run a simple script on Windows 10 and got this error:[Running] /usr/bin/env python...
View ArticleMy git bash dose not recognize "enviroment path" when package.json scripts
I just trying to yarn start with git bash "start": "node scripts/start.js", It always works when using PowerShell or CMD. But not works on git bash.But when i tried to node scripts/start.js instead...
View ArticleWhen I want to program in C++ with VS code it says that #include is an error...
it's easy, when i want to program in c++ with vs code it sais that #include is an error.it sais that #include is not recognized as a command
View ArticleVisual Studio Code Shell Command Issue on Mac Catalina
I installed Visual Studio Code (VSC) on Mac Catalina and then I opened VSC and pressed Command + Shift + p then typed "shell" in command palette and then pressed return key. A dialog with message of...
View ArticleVScode debugger throws an error but the django server starts successfully
I have been using VScode to build a django application for a few weeks now however one day the debugger started throwing errors and failing to start however, I am able to use python runserver to...
View Article