IBM Blockchain Extension Local Fabric startup error
When I use the IBM Blockchain Platform Extension to launch the project, and reported the following error:[2020/2/22 下午12:31:53] [INFO] Starting IBM Blockchain Platform Extension [2020/2/22 下午12:31:53]...
View ArticleHow do I turn on word wrap for Output window in VS code?
I'm running my code using the extension "Code Runner" and would like the output to be displayed word-wrapped. Currently when I run it, it displays the output all in a single line even if it's a long...
View ArticleDisallow barrel file imports within the same library in Nrwl Nx
Suppose we have an app and a library in Nrwl Nx./apps /myApp /libs /myLib /components /my.component.ts /other.component.ts /index.ts I have already set tags in nx.json and nx-enforce-module-boundaries...
View ArticleRunning pytest in VS code when needing to load modules beforehand
I am trying to use pytest within VS code, running in red hat linux. The environment that I am using means that I need to load modules such as pandas before running pytest. In the terminal I can...
View Articlewrong configuration of git repository in a dev.azure.com/ project
I moved a few projects, angular and .net core, to online repositories in dev.azure.com changing the origin of the local clone and credentials before pushing to the new remote. I suppose I've done...
View ArticleHow do I open a repository that is cloned inside a Docker container through...
I have a Docker container where I have cloned a project repository. I have Visual Studio Code installed in my Windows 10 OS. Now I can't access the repository as it is inside the container and not in...
View ArticleVSCode How to Set Up Automatic Empty Strings In the Beginning/End of...
How can I make VSCode to put empty string in PHP in the beginning/end of statements like function/if/switch/foreach? So when I input this and press enter:if ($test === true) { I getif ($test === true)...
View Articlevscode django extentions makes vscode can't recognize html files
I have installed most of django extensions on vs code , but vs code can't recognize the html files after installing any of them. Is there any way to use any django extension while the html files is...
View ArticleVSCode not running task on folder open
I'm using TypeScript and constantly having to start the tsc-watch task manually. According to to the Blog VSCode v1.30+ can automatically run tasks when a folder is opened but this is not working for...
View ArticleWant to make all text black in VS Cose
I am using VS Code and have very weak eyes and would like to make all the text of color block as it will make text much more readable. How can i go about it?
View ArticleVisual Studio Code compile on save
How can I configure Visual Studio Code to compile typescript files on save? I see it is possible to configure a task to build the file in focus using the ${file} as an argument. But I would like this...
View ArticleVSCode debugger keeps asking 'Select Environment'
If I click on Debug -> Start debugging for PHP controller file in Laravel, VSC pops up 'Select Environment' option. I do select PHP,but it doesn't do anything, and if I start debugging again, i get...
View ArticleGet line of Strings into "array"
I have often lines of strings in VSCode, but would need an array for PowerShell or SQL.I have in VSCodeline1 line2 line3 I would need somthing like that in Vscode('line1','line2','line3') Resulting in...
View ArticleHow do I pass string parameter that has encoding problem from terminal?
I'm trying to pass a string parameter that has Korean characters. This causes an error, because Korean characters are apparently not properly encoded/decoded before it is passed to open() built-in...
View ArticleSet different color scheme for VS Code from running in WSL
When developing, I often run two Visual Studio Code editors side to side - one directly from Windows and another from WSL. Every now and then I do something in one editor, and only after a while I...
View ArticleVS Code - printed file paths when selecting Run Python File in Terminal
When in VC Code, I right-click and select "Run Python File in Terminal," I get two long folder paths (see below) that I am sure have a reason to exist. That said, when I right-click and select "Run...
View ArticleWrong paths in pydev debugger:
I have Python from Microsoft package in VS Code. When I run some Python Code, I have errors: pydev debugger: Unable to find real location for: threading.py pydev debugger: Unable to find real location...
View ArticleIs it possible to quickly swap lines in VS Code?
I'm currently experimenting with VS Code, having used Sublime Text 3 for the last five years or so. In Sublime, I could quickly swap two lines by selecting them both and then doing Ctrl+T. As far as...
View ArticleHow can I keep undo history after saving on Visual Studio Code
I'm using latest version of VS code (1.9.0).After I undo (ctrl+z) something, and save the file (ctrl+s), then I cannot redo anymore (ctrl+y).I would like to go back and forth during the editor is...
View ArticleFlutter app errors will trying to connect with Firebase and Auth
Launching lib/main.dart on Android SDK built for x86 in debug mode... Note: /Users/Robert/development/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-...
View Article