When opening a non-TypeScript project in VSCode, the extension displays an error notification: "TypeScript configuration file not found: [path]/tsconfig.json". This alert is unnecessary and pollutes the display when the user simply wants to work on another project. The error should be silenced or replaced with a less intrusive message (e.g., a status bar item or just a log message).
When opening a non-TypeScript project in VSCode, the extension displays an error notification: "TypeScript configuration file not found: [path]/tsconfig.json". This alert is unnecessary and pollutes the display when the user simply wants to work on another project. The error should be silenced or replaced with a less intrusive message (e.g., a status bar item or just a log message).