aurelia / vscode-extension

An extension for the VS Code editor that provides Intellisense capabilities to your Aurelia project.
MIT License
112 stars 25 forks source link

Autocomplete when using aurelia-bootstrapper #199

Closed michaeldwood closed 1 year ago

michaeldwood commented 1 year ago

I'm submitting a bug report

Please tell us about your environment:

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)

hiaux0 commented 1 year ago

v 2.3.5 pre-release was pushed with a fix for this (I did not test, just added the checks)