Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add cdt-vscode 0.0.7 extension #37

Open
wants to merge 2 commits into
base: devspaces-3-rhel-8
Choose a base branch
from

Conversation

mkuznyetsov
Copy link
Contributor

Signed-off-by: Mykhailo Kuznietsov [email protected]

@nickboldt
Copy link
Member

This build is so old, it needs to be migrated to a new vscode version per https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode.

I managed to get npm install to work after this change:

image

But yarn throws compile errors.

$ yarn build
yarn run v1.22.17
... 
14813         description?: string;
                          ~

node_modules/@types/vscode/index.d.ts:14829:5 - error TS1128: Declaration or statement expected.

14829     }
          ~

node_modules/@types/vscode/index.d.ts:14870:1 - error TS1128: Declaration or statement expected.

14870 }
      ~
Found 350 errors.

error Command failed with exit code 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants