Strict null check not working on typescript in VSCode?
I'm brand new to Typescript and I suppose this is basic, but I was watching 2017 What's new in Typescript video here: [Build 2017 with Anders Hejlsberg][1] and the section on null checking looked...
View ArticleHow to prevent VSCode auto delete my indent
When I Write down some tab,but this line without other text,VSCode always auto delete my tab, How to prevent VSCode action ? Here is the state
View ArticleFlutter VSCode and Nox Emulator wont Connect
i tried all the solutions to connect VScode project with Nox player. But,when i run flutter doctor it still end's up showing "No Devices Connected"Steps i Followed: 1.opened up nox emulator and VSCode...
View ArticleSame project different machines, only getting the error on new machine
I am working on a project that uses angular and typescript. On my old dev machine everything works fine but I have recently purchased a new one and have started to set things up. Note, its the same...
View ArticleInput/output while debugging with GDB in WSL
I've started working with Visual Studio Code on Windows & I want to debug the following filemain.c (located at C:/Users/aibrakov/Projects/c directory):#include <stdio.h> int main(void) { int...
View ArticleVSCode won't load static files like css and js when debugging
So I recently build a .net core 3.1 web app using Visual Studio on Windows, I then decided to copy the project over to a USB, move it to my Linux machine and keep working on it there.I managed to run...
View ArticleUnable to run cypress test.spec.js file from Cypress Integration folder path
I'm new to cypress and using Visual Studio Code as IDE for Cypress. I have written sample test to launch a web page as below and it has written under Cypress Integration folder./// <reference...
View ArticlePath with double backslash in VS-Code Task
I want to create a VS-Code Task, that executs a R command to convert markdown into PDF. My current Task looks like this:{ "label": "rmarkdown -> pdf", "type": "process", "command": "Rscript",...
View Articlepython 'SyntaxError: invalid syntax' Visual Studio Code [closed]
import numpy as np import pandas as pd a = [1,2,3,4] data = pd.Series(a) print(data) This code runs well with IDLE but with visual studio code, it doesn't run.. There's 'SyntaxError: invalid syntax' I...
View ArticleDon't see find all references option when using Visual Code for a C project
Trying out Microsoft Visual Code, not seeing find all references in right click menu? What am I missing?
View ArticlePython Azure Function in Visual Studio Code - DLL Error
I am trying to run a script which imports all the packages required for a code in visual studio code (there is nothing else in their at the moment apart from the import statements) all packages are...
View ArticleVSCode regex find & replace submatch math?
%s@{fileID: \(213[0-9]*\)@\='{fileID: '.(submatch(1)-1900)@ I am using this regex search and replace command in vim to subtract a constant from each matching id.I can do the regex find in VSCode but...
View ArticleUnable to install VS Code for Mac
I have downloaded VS Code for Mac, but I'm unable to install it on my MacBook. I get the following error:"Visual Studio Code - Insiders" can't be opened because Apple cannot check it for malicious...
View ArticleCommand to clear all breakpoints in VSCode (as in visual studio)
In visual studio you can Ctrl+Shit+F9 to clear all breakpoints. Is there a similar function in VsCode? I couldn't find any good answer.Thanks!
View ArticleVS Code Python Django debugging in a dev container
I am developing a Python Django app in a Dockerized container. I have successfully setup remote debugging to attach to my Django server inside of a container. Me configuration is as...
View ArticleIs there a way to save some frequently used text and paste inside code in...
I'm using a lot VScode for note-taking in Markdown and would be extremely useful to have a clipboard-like function to paste frequently used code inside the text. I mean that if I want to write some...
View ArticleCan,t run Java program [duplicate]
This question already has an answer here:What does “Could not find or load main class” mean? 46 answersI also have the same problem, when I specify the package name then I have this error but if I...
View ArticleVS code highlights jasmine functions in Angular 6
I've recently migrated to Angular 6.0. And VS Code highlights all jasmine functions as unknown. It works fine and runs tests successfully. How to let intellisense know about Jasmine?In previous version...
View ArticleChange VSCode Default Language for new files?
Is there a way in Visual Studio Code to change the default language that is used for new files?By default if you open a new file, it's set for "Plain Text", I want this to be "HTML" instead. I am often...
View ArticleHow to read active terminal output in vscode extension?
I'd like to watch vscode builtin terminal output or at least be able to read whole output. This output will be searched against some pattern.I looked at this question, but mentioned...
View Article