"code ." Not working in Command Line for Visual Studio Code on OSX/Mac
The command "code ." doesn't work in this manual? All the other steps before that worked. How can I call the Visual Studio Code in OSX terminal?Monas-MacBook-Pro:myExpressApp mona$ pwd...
View ArticleSet up pandas as pd alias in vscode
I recently started using vscode for python. I have a problem using alias. When i try to use import pandas as pd, it gives me intelligence options like pandas, pdb,pudb. I have no idea why its doing...
View ArticleError in starting Blockchain Local fabric in IBM Blockchain plotform...
[16/2/2020 7:23:45 pm] [INFO] connecting to fabric environment [16/2/2020 7:23:46 pm] [INFO] startFabricRuntime [16/2/2020 7:23:46 pm] [INFO] C:\Users\07\.fabric-vscode\environments\Local Fabric>rem...
View ArticleIs there any way to share snippets on VSCode & Vim? I tried Alfred but it...
I look for some ways to share snippets on editors.First of all, I tried Alfred because it seems ideal. But it only accepts one cursor move after...
View ArticleVisual studio code - how to copy search results?
Does Visual Studio Code have any way to copy the results of a search into a new window? As a bonus, I'd really like to be able to drop the file name and just copy the lines containing the text of my...
View ArticleHow to close the task terminal automatically after vscode debugging
{ "version": "2.0.0", "tasks": [ { "label": "startDebug", "type": "shell", "command": "make -j4; openocd -f interface/cmsis-dap.cfg -c 'transport select swd' -f target/stm32f1x.cfg", "isBackground":...
View ArticleToggle between fullscreen editor and terminal in VS Code
As a Windows systems admin, I use PowerShell quite a lot. With the release of PS Core, and the implication that the ISE is dead, I've started to try to use VS Code as my day to day tool. One feature...
View Articlevscode activating extension failed: Cannot find module with non-relative import
I am working on a Visual Studio Code extension, where I am using non-relative imports in typescript, for example:import ModuleA from 'modules/ModuleA'; Where the actual folder to ModuleA is...
View ArticleVS code extension "HelloWorld" sample in typescript is not working
I'm trying to create VS code extension and followed the steps provided in documentation hereI setup "helloworld" project in typescript but when i press "F5", nothing happening. I saw, typescript files...
View ArticleHow can I set up Prettier in VSCode settings to conditionally apply single...
I'm trying to set up Prettier in VSCode settings so that for all file types except JS it will default to double quotes. I've disabled ESLint to make sure it's not the problem. I've also check Prettier...
View ArticleVSCode regex find and select data from specific group (not replace)
Consider the following dataset:<uses-configuration android:reqFiveWayNav=["true" | "false"] android:reqHardKeyboard=["true" | "false"] android:reqKeyboardType=["undefined" | "nokeys" | "qwerty" |...
View Articlewhy ssh connection timed out in vscode?
I installed git instead of openssl to use Remote-SSH in VSCode.However,after I completed the config document and tried to connect to the remote host.I failed. The error info is showed in the below...
View ArticleError while connecting to Database/postgresql/python
What I am trying to do is save an image to my PostgreSQL database, I found a code that helps with this. But I am having difficulty pushing the image into the database as this error keep popping out:...
View Articlekeda func deploy from a dir which contains spaces is failing
I am using Visual Code with Azure Core Tools to deploy a container to a K8S cluster which has KEDA installed. But seeing this docker error. The error is caused because the docker build is run without...
View ArticleVSCode debug Javascript over php project [closed]
My php application incluede minified javascript code for the frontend, I need to set breakpoint in javascript source for run debug via VS Code
View ArticleHow to open VS Code Editor from terminal / command line
The question says it all.How can I open VS Code editor fromwindows cmdlinux and mac terminale.g. for notepad++ I write> start notepad++ test.txtBy the way, the editor is awesome (cross-platform)!...
View ArticleSniff Packets using Charles Proxy and Visual Code
I need to sniff packets that my node.js app is sending. I'm running Visual Code 1.36.1.I in a corporate environment with all sorts of SSL proxies. I have Charles setup correctly, it sees Postman...
View ArticleFunction keys don't go to integrated terminal
I'm running an application in the integrated terminal that needs inputs of the f1 - f9 keys but some of those get captured by other things like the command-palette (f1). I have been looking around and...
View ArticleBuild .jar with dependencies
I am trying to compile my java project into a .jar file. It contains many (50+) external libraries that I linked into a project subfolder called "lib". I am using vscode with java extension to code and...
View ArticleFlutter - how to filter debug console in vscode
For a few days, and without changing anything, at least deliberately, in DEBUG CONSOLE in VSCODE I get messages like:W/.arae_blueprin(14366): Accessing hidden method...
View Article