Autocomplete doesn't work with a project configured with aurelia-bootrapper because "aurelia-bootstrapper" is missing as a dependency/devDependency check at startup.
Expected/desired behavior:
Create an aurelia project with aurelia-bootstrapper provides the core dependencies.
I'm submitting a bug report
Please tell us about your environment:
Operating System: Windows
Visual studio code version: 1.71.2
Current behavior:
Autocomplete doesn't work with a project configured with aurelia-bootrapper because "aurelia-bootstrapper" is missing as a dependency/devDependency check at startup.
Expected/desired behavior:
Implement a check on "aurelia-boostrapper" within AureliaProjects.ts;
As a workaround:
npm install aurelia-cli --save-dev
(whether you plan to use it or not)