-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No config file for & No definition found for 😢 #1112
Comments
I also saw the same behavior from the Angular Language Service and the downgrading to 11.1.3 seems to solve the issue.
|
I have the same issue, downgrading to version 11.1.3 helps. |
I have it as well, but downgrading the extension to 11.1.3 does not fix the issue for me, without also downgrading the language service dependency to 11.1. I also already saw problems before upgrading the extension to 11.2.0, so I think there are multiple issues. |
I have created a new project and added But I still get |
@DirkStorck Did you also change the VSCode extension to version 11.1.3? |
Additionally I installed this version: this didn't work for me Now it works for me again :) |
Duplicate of #1109 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Describe the bug
The Angular Language Service stopped working correctly since most recent update (3 days ago). It show these kind of messages:
To Reproduce
Expected behavior
The usual super handy Angular Language Service functionality of gettin a tooltip with information, syntax checks & go to definition.
Logs
[Info - 10:15:16] Angular language server process ID: 25044
[Info - 10:15:16] Using typescript/lib/tsserverlibrary v4.1.5 from c:\Users\Bernoulli IT.vscode\extensions\angular.ng-template-11.2.0\node_modules\typescript\lib\tsserverlibrary.js
[Info - 10:15:16] Using @angular/language-service/bundles/ivy v11.2.0 from c:\Users\Bernoulli IT.vscode\extensions\angular.ng-template-11.2.0\node_modules@angular\language-service\bundles\ivy.js
[Info - 10:15:16] Log file: c:\Users\Bernoulli IT\AppData\Roaming\Code\logs\20210216T101512\exthost1\Angular.ng-template\nglangsvc.log
[Error - 10:15:25] No config file for c:/Users/Bernoulli IT/Documents/Applications/Argaleo/Argaleo.Digitwin.Browser.App/src/app/modules/root/app.component.html
[Info - 10:15:26] Enabling Ivy language service for c:/Users/Bernoulli IT/Documents/Applications/Argaleo/Argaleo.Digitwin.Browser.App/tsconfig.json.
[Error - 10:15:27] No config file for c:/Users/Bernoulli IT/Documents/Applications/Argaleo/Argaleo.Digitwin.Browser.App/src/app/modules/root/app.component.html
Screenshots
Workaround
Downgrade to 11.1.3 (and restart VS Code) and be a happy camper again 🤓💻
The text was updated successfully, but these errors were encountered: