microsoft/vscode-generator-code

Hello World example not working

scarf005 opened this issue · 5 comments

followed https://code.visualstudio.com/api/get-started/your-first-extension with pnpm and typescript, however command does not appears.

image

Version: 1.71.2
Commit: 74b1f979648cc44d385a2286793c226e611f59e7
Date: 2022-09-14T21:12:14.256Z
Electron: 19.0.12
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Linux x64 5.15.0-48-generic
Sandboxed: No

@scarf005 I encountered the same issue.

{
  "name": "vscode-mlflow",
  "displayName": "vscode-mlflow",
  "description": "VSCode extension for MLflow",
  "version": "0.0.1",
	"publisher": "vscode-mlflow",
  "engines": {
+    "vscode": "^1.72.0"
-    "vscode": "^1.71.0"
  },

fixed the issue.

Upgrading VSCode to 1.72 also fixed the issue.

yes, it solved the issue. still, the documentation for version is somewhat lacking in my opinion.

I'm still having this issue with vscode 1.72 engine.

i meet it again. but vscode is 1.80.0.
the value of package.json by yo code building project is "vscode":"^1.88.0".

i try to downward the version of package.json to 1.80.0. it solved