Pure-D / code-d

Fully featured D language extension for Visual Studio Code using Serve-D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"vsce package" is now error.

Rayerd opened this issue · comments

image
image

outdated dependencies or typescript? Works fine here. Try these commands:

git pull
npm install
npx tsc

then, typescript compilation should have succeeded.

very sorry.

npm install
npx tsc -p .
vsce package

Worked fine, thank you.

image