You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you have to have a .ts or d.ts file open in the editor and it has to have the input focus in order to run Build from the command palette (perhaps other typescript specific commands also). However, Build should always be available from the command palette anytime there is a tsconfig.json file indicating a typescript project has been defined/declared. Perhaps there is a better way but relying on the presence of tsconfig.json is immediately obvious. IMHO it is very annoying and distracting having to first open a .ts file just to be able to build a project.
The text was updated successfully, but these errors were encountered:
jeffschwartz
changed the title
Suggestion: Please remove the context sensitive naturoe of Build in the command palette
Suggestion: Please remove the context sensitive nature of Build in the command palette
May 13, 2016
IMHO it is very annoying and distracting having to first open a .ts file just to be able to build a project
Quite commonly people have multiple tsconfig.json (including some from node_modules). Which one should we build is a bit of a puzzle unless one has a file open (even then it can be a puzzle if multiple projects reference the file ... we just use the last one the user uses which is generally the right one).
Closing as there is a technical limitation here and the project discussion has started here : #910 Feel free to voice / bounce ideas here or there even after closing 🌹
Currently you have to have a .ts or d.ts file open in the editor and it has to have the input focus in order to run Build from the command palette (perhaps other typescript specific commands also). However, Build should always be available from the command palette anytime there is a tsconfig.json file indicating a typescript project has been defined/declared. Perhaps there is a better way but relying on the presence of tsconfig.json is immediately obvious. IMHO it is very annoying and distracting having to first open a .ts file just to be able to build a project.

The text was updated successfully, but these errors were encountered: