python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to open a specified ssh host and get connect result or error message in my extension?
In my extensionm, I want to call remote-ssh api to open a remote host in a new window, and then get the connect result and error message, and then I want to parse the error message and suggest some fi...
sunnysnow.hi
Votes: 0
Answers: 0
Kubernetes: Failed to connect to the remote extension host server (Error: Connection error: Unauthorized client refused: auth mismatch)
I am trying to connect my Kubernetes pod container to VSCode on local and I am following these steps:
https://code.visualstudio.com/docs/remote/attach-container#_attach-to-a-container-in-a-kubernetes-...
talos1904
Votes: 0
Answers: 1
VSCode Rest Client Extension - Get value from property responser json complex object
Using Visual Studio Code and Rest Client Extension:
I am calling an endpoint that returns a JSON object. I'm trying to get the "AccessToken" property of that object, but it doesn't return a ...
Mariano Gomez Bidondo
Votes: 0
Answers: 1
Passing vscode to external functions
For my main entrypoint where my activate() function resides:
extension.ts
import * as vscode from "vscode";
import { subscribe } from "./eventListeners.ts";
export function activa...
Kent Larsson
Votes: 0
Answers: 1