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 --workspaces
Outstanding known issues: #158
Run dev and debug to spin up a vscode instance that is watching the extension.
- Run:
npm run dev from either paths:
pretty-ts-errors/apps/vscode-extension/package.json or pretty-ts-errors/package.json
Generate vsix file:
- Run:
npm run build from either paths:
pretty-ts-errors/apps/vscode-extension/package.json or pretty-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:
1. Image showing how to create a new profile:
- Alternatively,
Command + Shift + P and type Profile: New Profile
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
Outstanding known issues: #158
Run dev and debug to spin up a vscode instance that is watching the extension.
npm run devfrom either paths:pretty-ts-errors/apps/vscode-extension/package.jsonorpretty-ts-errors/package.jsonGenerate vsix file:
npm run buildfrom either paths:pretty-ts-errors/apps/vscode-extension/package.jsonorpretty-ts-errors/package.json...- views and more actions section.Need a profile without any extensions?
Here is how I was debugging the project:
1. Image showing how to create a new profile:
Command + Shift + Pand typeProfile: New Profile