Flutter Command can't run in VS Code
after updating the flutter, I cannot run commands from VS Code but when running at the command prompt can be run information please
View ArticleVS Code - Search for text in all files in a directory
Is there a way to search for text in all files in a directory using VS Code?I.e., if I type "find this" in my search, it will search through all the files in the current directory and return the files...
View ArticleAzure Python SDK - code only fails when debugging in VS Code
VS Code 1.14.0, Python 3.8.0 (in venv).When I run the following code in VS Code, it works. When I run it in the debugger even with no breakpoints, it fails. This might be something to do with venvs,...
View ArticleShow js compile errors on vscode
I want that vscode will show me compile errors.For example if I call the function foo(); while there is no such function, I want that vscode to show me an error on such thing. I looked for solutions...
View Articlenpm ERR! on npm install
Getting this error on npm install from last week, before that it was working fine. What might have happened now ?
View ArticleHow to disable Intellisense Process of the Microsoft C++ VSCode extension
does somebody know if its possible to disable the intellisense of the Microsoft C++ VSCode plugin?The background is, that i would like to autoformat my entire solution, which is not possible since the...
View ArticleHow to create android timeline view like google location history [closed]
I want to design user interface like Google location history in flutter.But I don't know how to achieve it.
View ArticleDebug JavaScript code when attach to .exe
I try to write new JS skin for Allway Sync. It use CHtmlView control for UI. For debugging I can attach to process syncappw.exe with Visual Studio and select code type "script" and all works...
View ArticleVSCode Liximomo SFTP plugin "My Server" problem
I'm having an annoying problem I can't seem to get rid of: I Installed the Liximomo SFTP plugin for VSCode and I set up a sftp server in my sftp.json with no problem setting the "upload on save"...
View ArticleCustom checks for C programming in Visual Studio Code [closed]
We use VS code as C editor. Currently we are looking forward to include some custom checks(eg. variable name conventions) which is already written in Python into VS code. Expectation: When the...
View Articlevisual studio code remote integrated terminal not showing zsh theme
I use Remote SSH extension (from a Windows PC) to connect to a remote Linux Redhat host where all my development work happens. I use zsh as the default shell in VS code integrated terminal. Here is the...
View ArticleConstruct an Enum dynamically from a list, that is auto-completable by Visual...
I am trying to dynamically build an Enum directly from a list of strings. I found a way, but it doesn’t really look clean and most importantly, VisualCode's autocompletion does not work.from enum...
View ArticleGit lens in VS Code with Docker hangs the program
I'm using VS Code in Ubuntu, and running Docker containers inside VS Code. While inside a container, I tried installing the Git Lens extension. Now VS Code hangs when starting up the container.Any...
View ArticlePython generic inheritance and vscode intellisense (MSLS)
I was expecting the autocomplete to tell me that obj is str type (from the base class), but it says Model. Am I doing something wrong here?
View ArticleSpark Ar Code Autocomplete don't works in Visual Studio Code
I followed de official documentation https://developers.facebook.com/docs/ar-studio/scripting/basics/#code-autocomplete .When I edit the script.js in *VScode* into *Mac* or *Windows*, the autocomplite...
View ArticleIs there a keyboard shortcut to switch between the left-hand side and...
I love using VS Code with the vscode-vim extension as I can do most editing without the mouse. But whenever I'm looking at a diff view (by clicking a file with changes in the SCM/git pane) or an editor...
View ArticleVisualCode Shortcut to display autocomplete list before typing in MacOS
I am trying to display all possible words after putting the cursor in certain place in the code.The autocomplete list appears when I start writing/typing:However, I would like to see all suggested...
View ArticleHow to install software on vm without internet [closed]
Good day,I would like to download software to a computer without an internet connection.For example, I work on a vm. I need to get addins and plugins for eclipse, such as angular and node.js . Yet,...
View ArticleOnly root user can open Visual Code Studio, but Visual Code Studio tells me...
If I try to start VSC as root, I get a warning. If I sudo into another account and try to run VSC, nothing happens. I do...code my_file.txt ...and there is no error, but VSC does not open. The...
View ArticleIs there a way to make vs code run in a browser and have functionality of...
I am not able to get java run on vscode over browser. How to achieve this ?
View Article