microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

Adds rootDir to tsconfig.json #152

Closed arjunattam closed 4 years ago

arjunattam commented 5 years ago

This PR updates the root tsconfig.json with the rootDir key, which is set to . (the default). This will help unblock rich code navigation on this repo's PRs.

// cc @dhanvikapila