How to add jar file in VS Code in my project?
I am trying to use VS Code to do a javafx project. I just figured out that javafx isn't built in in Java 13.(However, I remember that it is included before?)So I download the javafx sdk and try to add...
View ArticleVSCode not picking up ipykernel
I'm trying to use vscode with jupyter via the python extension. My pipfile looks like this:[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [packages] opencv-python = "*"...
View ArticleCan I run Visual Studio and .Net Framework in a docker container on Mac?
I have a Visual Studio Code app (Angular/.Net Core Web Api app) for work and I can develop, debug and run it on my personal Mac when I VPN into my companies network.I also have a desktop work PC on my...
View ArticleVScode PHPCS Extension Error: Referenced Sniff "WordPress-Core" does not exist
I want to add PHP CodeSniffer to VScode.Within VScode I am getting the error 'phpcs: Referenced sniff "WordPress-Core" does not exist'However when I run the following command in the terminal: phpcs...
View ArticlePHP CodeSniffer Error: The phpcs report contains invalid json
I want to add PHP CodeSniffer to VScode.Within VScode I am getting the error 'phpcs: The phpcs report contains invalid json'However when I run the following command in the terminal:phpcs...
View ArticleCasting a JavaCC grammar definition into VSCode syntax highlight?
I'm using the Yahoo's Vespa engine that involves a specific grammar in its configurations files (called SearchDefinition). I have access to the grammar of that configuration language through a JavaCC...
View ArticleCouldn't start client Rust Language Server
I'm trying to figure out how to use rustc & cargo from my WSL. I use VS Code and Rust (rls) plugin and can compile my code but there is a problem with RLS:Couldn't start client Rust Language...
View ArticleVSCode auto import React built-in hooks like useState, useEffect
In VSCode, how can I get auto import suggestions for React built-in hooks, like useState, useEffect, etc?Just like what we get in CodeSandbox:Enabled extensions (maybe there is some conflict between...
View ArticleMake VS Code emulate visual studio's ctrl pageUp to move cursor to top of view
Using visual studio, ctrl+PageUp moves the cursor to the top if the current view. This is very different from PageUp: if the cursor is in the middle of the view vertically, PageUp will scroll up a...
View ArticleDoes VS Code have an extension to replace the title bar?
The Atom editor has the feature to edit and replace the title bar with some options. Does VS Code have a similar extension or can it be replaced somehow?
View ArticleCustom meta tag name's color in VS Code
I'm new in developer. I'm using VSCode with One Dark+ theme. I would like to change meta tag name from "#E06C75" to "#1b1ff0". I tried modified the settings.json but it didn't work. Please help me to...
View ArticleVisualStudio CMake project error : boost/version.hpp" cannot be read
I am developing C++ code using VisualStudio 2019.I am using CMake to configure the project.I am using an external SDK toolchain path in order to compile and build my program.I need to use boost library...
View ArticleHow to Connect EC2 Instance with VSCode Directy using pem file in SFTP
I'm trying to connect EC2 Instance directly from VS Code using SFTP. I can able to connect other ftp service using [password] type, but for EC2 instance i'm having only .pem file. Expecting something...
View ArticlevsCode java.test.config vmArgs not working
My project requires the following vmArgs to run :"vmArgs": "-javaagent:lib/aspectjweaver-1.9.5.jar -javaagent:lib/spring-instrument-5.2.3.RELEASE.jar --module-path lib/javafx-sdk-13.0.2/lib...
View ArticleProblem with oh-my-zsh arrows colors in vscode
I'm trying to modify a ZSH theme but there's something wrong with colorsI can see everything ok in windows terminal:I also can see everything ok when I connect to my WSL with the vscode remote tool:But...
View Articlehow to set up Code-server java buildpath/classpath
Can someone help me configure code-server to run properly, everything i've tried doesnt work and i don't even know what to put here to show what's wrong.
View ArticleSuggest json schema properties by condition in Visual Studio Code autocompletion
I'm using this part of json scheme in Visual Studio Code for autocompletion. I want it to suggest different properties based on value of property name. Currently, when I type "name": "Component1" it...
View ArticleTSLint and VSCode Issues: All destructured elements are unused
Error 1:Type assertion using the '<>' syntax is forbidden. Use the 'as' syntax instead. (no-angle-bracket-type-assertion)tslint(1) This assertion is unnecessary since it does not change the type...
View ArticlePreserve #pragma indentations in C/C++ VSCode
I am using the Google format setting for auto format my C/C++ code"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}"However the autoformat changes my...
View ArticleHow do I jump to a closing bracket in Visual Studio Code?
In VSCode when I type a bracket, e.g '(', it automatically creates the ending bracket: ')'. Are there any shortcuts to jump to the closing bracket or parenthesis, without pressing the 'End' key?I found...
View Article