Suggestions for javafx at vscode are not working properly, it shows unrelated...
I am trying to create a javafx application using maven at vscode. I resently switched to vscode because it is lightweight. The application runs great at vscode But there is only one problem.I...
View ArticleAzure git, syncing forked repo with master
I have a forked Azure git web project which I am developing in Visual Code. I want this project to reflect the latest code from the master it is forking from. The forked project should never be merged...
View ArticleWhy VS Code is not showing intellisense anymore
Recently, I copy paste a react app folder from another computer to my new one. But now when I work with VS Code, the intelissense does not work and keep loading. See below an example:Could you please...
View Articlevscode How to change `package scripts` to` launch debug`?
package.json"scripts": { "start": "node -r dotenv/config index.js dotenv_config_path=.env", .vscode\launch.json{ // https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations":...
View ArticleHow to disable preview file with single-click in vs code?
I would much rather double-click to open file, and prevent single-click previews. How do we do that in vs code?
View ArticleRemoving untrusted link warning dialog in Visual Studio Code
Visual Studio pops up a "Do you want Code to open the external website?" dialog every time you CMD + click a link.Is there a way to disable this dialog, as it is unnecessary slow down when working in...
View ArticleNPM on new Mac with transferred files from my previous linux system. Problem...
Hey people...transferred some working js files from old linux to my new macbook air. Upon trying to start my files with NPM start in the vs code terminal, I'm getting this error: (please...
View Articlehow to stop a command in the VS Code terminal
I've been stopping commands with the trash can for too long. Command period doesn't work on Mac. I can't find anywhere how to stop the terminal via a command. Anyone know what it is?
View ArticleVS Code shortcut for searching the highlighted text
Is there a shortcut that would act like Find in Files shortcut, but would also perform a search of the highlighted text?
View ArticleIs it possible to not have to restart Visual Studio Code when using it...
I was wondering, is it possible to go through the following sequence and not encounter any problems?Using Visual Studio Code through Dropbox (file inside of Dropbox) ➔ later using it on PC 2, in the...
View Article"Gradle task assembleDebug failed" using VsCode and either ADV or real device
The VsCode's debug mode isn't launching the app any more, eiter through the AVD or a real android device. Used to working perfectly on both until yesterday.I am getting an errorLaunching lib\main.dart...
View ArticleVSCode Typescript Version and linter not working
On Visual Studio code IDE I had the following issues:The TypeScript version at the bottom right of the screen was not showing. Linter not working for any of my projects."Typescript : Select Typescript...
View ArticleScala and integrated terminal in VS Code
I am using the Scala REPL with the integrated terminal. I open the Scala REPL on the terminal and then send small snippets with workbench.action.terminal.runSelectedText(which I have bound to a...
View Article.net core app is not starting after deployment from vscode "Azure App...
I deploy my .net core app to azure web app from a vscode for Mac. I use Azure App Service extension for vscode. I check with Kudu that all files was succesfuly uploaded to the server but when im trying...
View Article.NET Core 3.1 CreateHostBuilder Cannot parse JSON file
I am experiencing an error when trying to run my ASP.Net Core 3.1 project. The error is at CreateHostBuilder within Program.cs public class Program { public static void Main(string[] args) {...
View ArticleReview changes before commit in VSCode
In IntelliJ I usually use CTRL+K to bring up a sort of change review screen before committing. I can step through each change one by one using F7. Does any body know the equivalent extension in...
View ArticlePython UTF-8 error while deploying sam using visual studio IDE
Below is the errorRuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Consult...
View ArticleCloud Code for VisualStudio Code Errors on Cloud Code: Deploy
I've been trying to setup Cloud Code with VSCode and I've been running in to problems when starting the deploy process with Cloud Code: Deploy.I've tried deploying the samples, python-hello-world-1 as...
View ArticleWhy does ESLint throw an unused var error when consumed in promise?
Lets consider the following typescript code of an VS Code extension:import {commands} from 'vscode'; import {MyExtension} from '../core/my-extension'; /** * Activation function of the account module. *...
View ArticleHow to make VSCode recognize custom characters when using shortcut keys such...
if we have two files//a.txt anything! //b.txt anythingI so when a.txt opened in vscode, we can see:[cursor]anything! after using [Alt+→], we can see:anything[cursor]! when b.txt opened in vscode, we...
View Article