What is the best way to set a trigger in python?
What I was trying to do, was make it where if you clicked on a certain folder it would ask for a password. In the process I seemed to confused myself.When I writing it I was thinking of1.Find...
View ArticleHow can I install vscode-server in linux offline
I am trying to install VScode remote-ssh extensions, but my remote host could not connect to the Internet,so there is no way to download software is needed. So I got some error message like that:SSH...
View ArticleWeb-based VS code run in browser [closed]
Since VS code is built with electron, it's hard to run VS code in browser.I saw there's a project (https://github.com/spiffcode/ghedit) making thing for that. But it's out of date. Is there any other...
View ArticleVisual Studio code debugging not working based on Angular Tutorial
I am moving from AnguarJS to Angular, and using Visual Studio code to experiment.I followed the instructions precisely in VS Code's tutorial here, but I can't get debugging working. First I run ng...
View Article"There are no staged changes to commit" dialog box
When I have no staged changes, and I try to commit, I get the following dialog box:If I choose Always, will unstaged changes be auto-committed in the future only if there are no staged changes? Or even...
View ArticleVSCode Regex Search and Replace to Remove Code Block
How can we use VSCode Search and Replace with Regular Expressions to remove a block of code with the pattern id: { ... field: "id" }, For example, if we have the following code:module.exports =...
View ArticleFlutter showing old errors
I was writing a flutter application but when I want to test it on the Android Emulator (Ctrl+F5) I get an unfixable error. This is part of it:I/flutter (13782): ══╡ EXCEPTION CAUGHT BY RENDERING...
View ArticleVS Code not excluding Code's node_modules from being watched - file watch...
In VS Code, I have a Vue project with less than 50 files but upon running the dev server VS Code throws Error: ENOSPC: System limit for number of file watchers reached.My VS Code Watcher Exclude...
View Articlehow to display the function name only (without the qualifier class name) in...
After updating the vscode-cpptool from version 0.23.1 to 0.26.3-insider, the outline tab in the vscode started displaying the functions names including the class name, for example:...
View ArticleVisual Studio Code - PHP - mysql undefined functions
I am using Visual Studio Code and working on a PHP system. After my initial setup I havent actually changed anything - suddenly today though while working, all my mysql calls are showing as an error...
View ArticleSome VSCode Keybindings not working in Ubuntu
I have just started with VSCode on Ubuntu and was looking for the equivalent of cmd+shift+D in Sublime on the Mac (duplicate selected text) . According to the docs I should use Ctrl+Shift+Alt+Down or...
View ArticleUnable to install Go extensions on Visual Studio Code [closed]
I see some people have asked similar questions before but mine is Window's environment and Honestly, I am a total newbie in GolangWhen I click on any extension related to Go and choose Install All...
View Articlesuddenly TS lint in VSC became silently broken
i use Linux Mint 19.1 and VSC (both: .deb and flatpack version) 1.41.1 (2019-12-18) I use TSlint plugin in vsc, everything worked till yesterday then suddenly no more any underline or ts error in that...
View ArticleFirefox does not open when debugging in Visual Studio Code
When I start debugging with my launch configuration for Chrome, the browser opens. But when I use my launch configuration for Firefox, the browser does not open. A Firefox process is started though....
View ArticleFormatting HTML with Nunjucks extension installed
I have some Angular component HTML some.component.html that I'm trying to format. When I hit ctrl-shiftp, and selectFormat Document` I get the message:There is no document formatter for...
View ArticleColor theme for VS Code integrated terminal
Can we change color settings of VS Code Integrated Terminal? Mine looks dull with just white.
View Article"vim:filetype" equivalent in vscode
Vim has a nice way of dictating what syntax highlighter shall be used with a specific file (disregarding the file extension by specifying the keyword vim:filetype in the beginning or at the end of the...
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 Vs. CLion :: Ctrl+Click anything?
All my best wishes for the new 20s !Hopefully a small question (not a rant, I swear, sorry for the misleading title): I am developing in a nice environment (C++/Linux/CLI/Makefile/ARM/gcc/Embedded) and...
View ArticleDotNet core 3.0 compilation issues in VSCode
I am new to DotnetCore and MS programming. With the new push from MS to be more platform neutral, I had an interest in me to try it out and see if it works the way it promises. That said, I have had...
View Article