Go linter in VS code not working for packages across multiple files?
I have installed the Go extension (version 0.11.4) in Visual Studio Code on MacOS:However, I find that the linter does not 'pick up' functions defined in the same package, but in different files. For...
View ArticleHow to restore the menu bar in Visual Studio Code
I disabled the menu bar in preferences and it disappeared as expected. Now there's no way to get to the preferences menu again. How do I get it back?
View ArticleDoes Azure app service initializing SSH using app service extension vscode?
I am trying to initializing SSH by using vscode app service extension12:09:04 PM: [Tunnel] Pinging app default url... 12:09:08 PM: [Tunnel] Ping responded with status code: 503 12:09:19 PM: [Tunnel]...
View Articlevscode call hierarchy c# extension [closed]
recently noticed call hierarchy API released in the VSCode. But it looks like we need to wait for useful extension for that since it gives me an empty window. I'm trying to use it on c#. Maybe you know...
View Articleerror Missing publisher name when running "vsce package"
I wrote a VSCODE theme and when trying to publish it via vsce package.I created the publisher name successfully.And when running vsce ls-publishers.It can show the name I just created. I want to get a...
View ArticleVS Code "Flutter: New Web Project" doest not show
I just downloaded latest version of VS Code and setup all the required packages for VS Code. and try to create my first web app not I can't able to found Flutter: New Web Project. Any one get same...
View ArticleOpen file explorer on mouse hover
Is that possible to open the file explorer when mouse hover on file explorer icon and close when it leaves the section?when mouse cursor leave the file explorer section it auto close . is this kind of...
View ArticleSyntax highlighting not working for Python in VS Code with type annotations...
I'm trying to get Visual Studio Code to format (the colours not the layout) Python code with type annotations (hinting). It's failing to do so for the following code:from typing import Iterator #...
View ArticleVS code snippets - what is the required number in front of a choice list?
https://code.visualstudio.com/docs/editor/userdefinedsnippets#_choice${1|one,two,three|} So I'm new to snippets, and I noticed the number in front of a list of completion choices is required to show...
View Articlehow to debug java azure functions remotely
I am trying to debug azure functions. locally it is okey but I can not understand how it is possible to doing that remotely from portal or by connect remote function to vs code locally and debug in...
View ArticleVisual Studio Code for macOS syntax error only for React Native 0.61
This behaviour occurs when I add folder to workspace (React Native 0.61 created from npx react-native init ...)No any issues with the previous version (0.60).Please help. Thanks
View ArticleFlutter problems: "Could not resolve all artifacts for configuration...
I am trying to run a flutter app I am writing on my device but when I try to run, I never get past the "assembleDebug" stage and get this message in the terminal:Launching lib\main.dart on SM N950U in...
View Articlevscode live Server port settings not work, and always open in localhost:8081
here is my live Server settings json{ "editor.fontSize": 18, "workbench.iconTheme": "vscode-icons", "files.autoSave": "onFocusChange", "terminal.integrated.shell.windows":...
View ArticleHow do you enforce line length and other formatting rules in MDX?
I would love if there was a way to use the VS Code formatter or prettier to enforce rules like max line length for MDX files. It would make writing blog posts in MDX so much nicer. Does anyone have any...
View ArticleHow to run a command in VS Code with launch.json
I was wondering if there's a way to execute an ssh command when debugging a project with .vscode/launch.json? For example, ssh -i xxxxx.Or is it possible to create a command that you can run from the...
View ArticlePOST request with the REST Client extension for Visual Studio Code
I'm using the "REST Client" extension for Visual Studio Code https://marketplace.visualstudio.com/items?itemName=humao.rest-client.I'm able to make a GET request with this code:GET...
View ArticleJupyter Notebook not handling properly .js elements in VS Code
Some data/value representations are working as expected when using Jupyter Notebook "native" support in VSC, but it seems that JavaScripts elements are not properly represented or previewed.When I try...
View ArticleHow do you add the cmd+backspace functionality on VSCode's Integrated...
I've been dying to get this working on the default terminal on the mac, this feature is really useful when you write something wrong, and can just cmd + backspace to delete all the lines. I googled...
View ArticleHow to close this function prompt in VSCode?
Can someone tell me how to turn off this function prompt which labelled by red lines? I spent a night not finding it.
View ArticleHow to disable multiple caret selection for html element in VS code?
When I edit html in VS Code, it has started to behave differently than before. When I select an html-element, a caret appears on the closing element as well (see gif). How do I disable this "feature"
View Article