Category "visual-studio-code"

Connectivity from VSCode to C3 Training Cloud Portal

New to C3 & started with Data Integrator training. I was trying to connect the cloud portal through my VSCode in local. I’m using the same details of

How to add a GitHub personal access token to Visual Studio Code

I received an email saying GitHub will require token authentication after August 13 2021. I want to ensure I don't have an interruption of service (push/pull) a

What am I doing wrong with my include path?

I'm new to C++, and am learning using a Mac and VSCode. I'm getting an error with my include statement: #include "glfw3.h" fatal error: 'glfw3.h' file not found

Mac doesn't read pytube package

I've a problem while making a YouTube downloader with pytube. I installed the package with pip3 install pytube python3 -m pip install pytube And I have python3

Error: Cannot find module './candy-machine-cli.ts'

I'm following a YouTube video about NFT minting and when I enter this: ts-node js/packages/cli/src/candy-machine-cli.ts upload ./assets --env devnet --keypair

How to save ssh password to vscode?

I am using vscode to connect to a remote host. I use Remote-SSH (ms-vscode-remote.remote-ssh) extension to do so. Every time I want to connect to the remote hos

Pod install error on M1 Mac - Flutter project with native code like shared_preferences

I'm on a MacBook Pro M1 (and before someone says well it's because of M1 or something else, I've been programming with Flutter and M1 for weeks but then I must

How do I correct syntax highlight in VS Code for PHP 8.1 Enum Class?

My Code: namespace App\Enum; enum HomeStatus: string { case RENT = 'rent'; case MOVE_IN = 'move_in'; case SOLD = 'sold'; case COMING_SOON = 'co

Angular debugger won't continue

This has been going on for some months but we are really getting anoyed by it. So in the summer of 2020, we upgraded our packages in our angular project and all

Unhandled Exception: PlatformException(Failed to run model, Interpreter busy, java.lang.RuntimeException: Interpreter busy

I am trying to create an android application utilizing the MoveNet model from TFlite. The application is built but the following message occurs. The widgets are

Visual Studio Code freezes after short while "The window is not responding"

Problem: I can open VS code and start typing but after ~30s (sometimes minutes) the window freezes showing this message: I am using python on a jupyter noteboo

Can Julia input Unicode characters in Vscode?

From the Julia command line, typing \pi and pressing Tab gives you $\pi$. Is this possible in vsocde or jupyter? enter image description here

Tabnine Extension was unable to download its dependencies

please complete the following information: Tabnine Extension was unable to download its dependencies. Please check your internet connection. If you use a proxy

Fedora Silverblue : VS code's remote container extension : empty folder

Introduction I'm currently trying to use Remote container of VS Code with Fedora 36 Silverblue OS. And I configured the extension to use Podman instead of Docke

How to install TA-Lib On vscode/windows(64bit)

I have installed Anaconda and then cd to my project folder and then I installed TALIB using pip install TA_Lib-0.4.19-cp38-cp38-win_amd64.whl When I run pip fr

Unable to debug Golang on Vscode M1 Mac (arm64)

I have an M1 mac and cannot invoke functions via DLV in VSCode. Unable to evaluate expression: backend does not support function calls Delve Debugger Version: 1

Opposite of ⌘D in VS Code

⌘D selects the word at the cursor, or the next occurrence of the current selection. What if I want to select not the next but the LAST (or previous) occur

VSCode: how to interrupt a running Python test?

I'm using VSCode Test Explorer to run my Python unit tests. There was a bug in my code and my tested method never finishes. How do I interrupt my test? I can't

How do I delete all unused imports in the active file with one command in VS Code (typescript)?

Previously, I used to be able to do CMD+SHIFT+p > Organize imports and this would both sort and delete unused imports. This functionality seems to have broke

How do i get code completion for C# scripts in VSCode for Unity on Linux/Ubuntu?

I recently came back to unity, as i found out that it does now support installation linux. It works, but when editing the scripts with vscode i do not get code