Visual Studio Code - Cucumber - Unable to find steps with special character
I would like to ask for your assistance regarding the error I'm encountering in vscode and cucumber. I have a step where special character exists(?). In my Step definition file, I use "\\" next to the...
View ArticleHow to change indentation in Visual Studio Code?
For every typescript file visual studio code uses an auto indentation of 8 spaces. This is a bit too much for my taste but I can't find where to change it.Maybe it's available as a setting but under a...
View ArticleSSH login gives different values for $PATH [closed]
I am connecting to the same Ubuntu server using the same username and key file.When I login via Putty the $PATH variable looks like this:echo $PATH...
View ArticleHow to change editor tab layout
At present, VS Code puts some very useful icons at the right of the editor tab, like this: What I'd like is to be able to move those icons to the left, like this:This brings the icons nearer to the...
View ArticleHow to stop my service running from VS Code extension while upgrading the VS...
I have a VS Code extension installed which runs a java service from extension location.But I am getting below error while updating the VS Code to a new version because of the running jar."Failed to...
View ArticleFailed to open /qemu.conf, err: 2
I got this error while using windows command prompt to connect a android virtual device to visual studio code. However opens the android virtual device but still says no connected devices when run the...
View ArticleVSCode: How to perform "Clear Search Results" in "Find in Files" without...
After I search through files in the project directory with Command-Shift-f, the files that are opened are have the search string highlighted. The only way to unhighlight them seems to be to clear the...
View ArticleVSCode: obtain editor content in Language Server
I'm trying to develop a Language Server to a new language in VS Code and I'm using the Microsoft sample as reference (https://github.com/microsoft/vscode-extension-samples/tree/master/lsp-sample).In...
View ArticleIs there a vscode keyboard shortcut to reset to a single cursor?
I know cmd + option generates more cursors (on Mac), I was wondering if there is a shortcut to reset to a single cursor again instead of having to click somewhere with the mouse?
View ArticleVSCode does not format JSX Correctly
If I have: <Button onClick={ this.handleCreateFormOpen } /> And I type SHIFT + OPTION + FThen my JSX is formatted like so: <Button onClick={this.handleCreateFormOpen} /> I want this:...
View ArticleUnable to Use SharePoint PNP PowerShell in VSCode
Running this command in VScode doesn't work but it works in PowerShellPlus.Connect-PnPOnline -Url "https://something.sharepoint.com/" -Credentials $userCredential Error: System.MissingMethodException:...
View ArticleNo bracket matching when using the proposed semantic tokens API in VSCode
I'm using the VSCode (Insider) Semantic Tokens API to provide XSLT 3.0/XPath 3.1 syntax-highlighting. The goal is to avoid using a TextMate grammar as this is really too limited (VSCode Issues - 216)...
View ArticleVisual Studio Code Red Hat, Execute an XSLT transformation from an XML file
I'm searching for a good free tool for transform XML with XSLT and found Red Hat for Visual Studio Code. I installed VSCode and the Extension XML for Red Hat and also the OpenJDK. I've placed two files...
View ArticleA VSCode shortcut/extension for predefined text substitution?
I am labelling a text dataset for Named Entity Recognition. Consider the following example:{team:Alfreton Town} manager {manager:Nicky Law} says his players deserve huge credit for the character they...
View ArticleI want to see the tables at terminal by using visual studio code(Window)
[I want you let to see tables that was automatically created on terminal. what code should I write? ( I'm using Django, and my OS is window.)]-->click this line, here is the screenshot
View ArticleCan not run python script in VS Code
Yesterday I wrote a short python script in VS Code and ran it successfully. Today I open VS Code but find it I can't run any python script. There is no run button on the top bar. I right click in the...
View ArticleHow to get timestamp in VS code task?
I'm running small shell commands via tasks in VS code.Within these commands I need the current timestamp.Given I'm trying to run something like mkdir ./%date in a task:{ "label": "make timestamp dir",...
View ArticleCreate project on remote server and use Git from remote server in JetBrains...
As the title suggests, I'm interesting in finding out how I can create a PhpStorm project on a remote server and handle the version controlling using the git from that remote server.This feature is...
View ArticleNot automatically lintering with the python interpreter (Python Extension)
I recently installed VScode on Ubuntu, and now it doesnt automatically linter the code using the python interpreter (as it did on Windows). This is really annoying me because I have to save the file...
View ArticleSetting up a github.com repository in Visual Studio Code
I couldn't find a concise step-by-step tutorial to integrate Visual Studio Code with github.com and I'm struggling with this.This is what I did:I installed Visual Studio Code (VSC)Within VSC I...
View Article