How does one connect a Jupyter Kernel to VS Code if one does not connect...
I want to be able to have a working jupyter notebook working for VS code out of the box, with minimal work on my side.I tried opening a jupyter notebook. I immediately found the interpreter and used my...
View ArticleBreakpoint set but not yet bound in Visual Studio Code for a dockerized node...
I am trying to use the debugger in Visual Studio Code on a macOS Catalina for a node app. I created a very simple example to illustrate my case.index.jsrequire('http').createServer( (request, response)...
View ArticleVisual Studio Code syntax highlighting not working
I am using Visual Studio Code (VSC) as my IDE. My computer just updated to Catalina 10.15.2 (19C57) and since the update, now VSC is not highlighting syntax errors. The extensions I have seem to be...
View ArticleIssues linking CSS to HTML
I'm trying to do a simple HTML page using VS Code, but I'm running into issues with the CSS linking to the HTML. I think my folder structure is good, as I have some images linked in the document...
View ArticleCustom react code snippets not working in vscode in javascriptreact.json file
I want to add a few custom React.js code snippets in VSCode. I realize there are two files in VSCode for this. javascript.json and javascriptreact.json. javascript.json works just fine but when I move...
View ArticleHow to change indentation on a folder and sub folders in vscode
We are changing our indentation from space to tab, if I open a file I am able to change it easily, but our project has hundreds of files. is there any way to change indentation on a folder and all sub...
View ArticleRun vscode command (not external process!) on file save
I have this handy little keyboard shortcut in my settings.json for vscode which reloads my repl:{ "key": "cmd+shift+r", "command": "workbench.action.terminal.sendSequence", "args": { "text": ":r\n" }...
View ArticleInstall a Nuget package in Visual Studio Code
How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?
View Articlevscode error about "--inspect-brk" when I run yarn test every time via vscode...
I want to debug my unit test in vsCode, it was ruined by yarn:yarn test pathmy vsCode configuration:{ "type": "node", "request": "launch", "name": "yarn test", "runtimeExecutable": "yarn",...
View ArticlePython datetime module problems
I'm using the datetime module in python3.7. When I run it from terminal it throws an error:File "/home/user/Desktop/Yazılım/datetime.py", line 2, in <module> x=datetime.datetime.now()...
View ArticleHow to edit out particular json attributes? Can regex on VSCode work?
I have a json file with an array of objects like this:[ { "_index": "db", "_type": "service", "_id": "1", "_score": 4.0, "_source": { "contentId": "1", "title": "Sample 1", "tokenizer": "whitespace",...
View ArticlePython: import requests gets a lot errors MacOS
New to programming and followed this course: https://www.youtube.com/watch?v=4F2m91eKmts&feature=emb_logoWhen things went to Webscraping, got errors:Code says:import requests from bs4 import...
View ArticleChoose folders to be ignored during search in VS Code
Right now when I use ⌘+O to search for files, the fuzzy matching appears to operate over all files in the current project. Unfortunately, this includes a number of files from build and vendor...
View ArticleHow to use VS Code as merge and diff tool in SourceTree?
This question and some others discuss how this could work on a Mac, but I couldn't find documentation from Microsoft or Atlassian on a way to do this on Windows without trying to make it the global Git...
View ArticleHow to view the Windows version of the Visual Studio Code documentation on an...
The online documentation for Visual Studio Code seems to detect the platform the browser is running on and display platform-specific information accordingly, e.g. key bindings. I'm using Visual Studio...
View ArticleUnable to find PSQL server in status bar of VS code
After using VS code in windows 10 from 7, I noticed the I was unable to view PSQL Server in Status bar to explore by Postgres Database. Earlier I didn't have this problem and back then both by system...
View ArticleConnecting typescript errors to their associated compiler options...
How can I find out which compiler option is associated with a given Typescript error?I'm using Typescript in VSCode, and Typescript frequently points out problems, like initializer provides no value...
View ArticleNeed help understanding how VSCode processes environment variables
I have always had issues understanding how VSCode process environment variables on Windows. Currently, I am trying to integrate Cmder with VSCode as my shell using the json below that I found on...
View ArticleDocker-Compose no longer works
All of the sudden my docker-compose commands within the VS code terminal do not work. I don't know that anything in my PC changed. It was working one day, next day it's not. I get the...
View ArticleUnable to connect using cx_Oracle in a Jupyter notebook on VSCode
I keep getting the following error when I try to execute the cell in a Jupyter notebook on VSCodecon = cx_Oracle.connect("/@DB")DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library:...
View Article