Skip to content

Commit

Permalink
Disable TSC auto-detection
Browse files Browse the repository at this point in the history
Summary: We define wrapper `npm` tasks for the `tsc` tasks in the `package.json`, following the VS Code extension template. By disabling auto-discovery, we don't get duplicate tasks when starting a debugging session.

Reviewed By: jcpetruzza

Differential Revision: D68437997

fbshipit-source-id: 26b85bdd7ce407e4331677ed0bf442d1af2bfc2a
  • Loading branch information
robertoaloi authored and facebook-github-bot committed Jan 22, 2025
1 parent 5ee8019 commit 67c3fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editors/code/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}

0 comments on commit 67c3fe5

Please sign in to comment.