-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Currently undocumented.
Expected behavior
Should be able to clone down the project, trouble shoot, and see your changes in a debug environment.
Starting place: What worked for myself macbook computer
Base level get everything setup
git clone https://github.com/yoavbls/pretty-ts-errors.git;
cd pretty-ts-errors;
git checkout feature/107-button-to-open-error-in-new-tab;
npm install
npm install --workspaces
npm run build --workspacesOutstanding known issues: #158
Run dev and debug to spin up a vscode instance that is watching the extension.
- Run:
npm run devfrom either paths:
pretty-ts-errors/apps/vscode-extension/package.jsonorpretty-ts-errors/package.json
Generate vsix file:
- Run:
npm run buildfrom either paths:
pretty-ts-errors/apps/vscode-extension/package.jsonorpretty-ts-errors/package.json - Take note of the vsix path that is output in terminal from the build command.
- Go to the extensions tab of the vscode instance you want to import the extension into.
- Select the
...- views and more actions section. - Click install from vsix
Need a profile without any extensions?
Here is how I was debugging the project:
- Alternatively,
Command + Shift + Pand typeProfile: New Profile
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
