question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

has deletected a non angular project?

See original GitHub issue

vscode-icons v.7.7.0 vscode v.1.12.2 ubuntu linux 17.04

I have a react project i’m working on and every time i open the project i get the following warning every time which is starting to get annoying:

Info: vscode-icons has deted a non Angular project. Select ‘Restart’ to disable the Angular icons.

I never work on angular projects so i don’t know what gives. The project is a react project.

.vscode/settings.json { "vsicons.presets.angular": false }

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
JimiCcommented, May 23, 2017

@Ncage1974 This means that Angular icons are enabled in the icon manifest (either they got enabled when you opened another project that is an Angular project or you toggled the icons from the menu). By restarting they will get disabled. You can either choose to disable them by restarting the editor or disable the project detection when the message appears (if you find it so annoying).

1reaction
Ncage1974commented, May 23, 2017

@JimiC thanks a lot. That fixed it. I think the reason the dialog never went away initially (it would be there after machine reboots or restarting vscode) was because i never dealt with the dialog. I always just clicked close. This time i clicked restart and then reopened vscode and it seems to have gone away.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular CLI Error: The serve command requires to be run in ...
This error occurs when the project you are running is not an angular project. Though you have downloaded an angular project ...
Read more >
Don't lint non-angular files · Issue #228 - GitHub
In the first file, we do not have any angular.module call, so it is not possible to detect AngularJS code in this way....
Read more >
Identify and Fix Build and Deployment Errors in Your Angular ...
In this guide, you will learn how to spot some of the most common build and deployment errors and how to resolve them...
Read more >
Using Angular routes in a single-page application
This tutorial describes how to build a single-page application, SPA that uses multiple Angular routes. In a Single Page Application (SPA), all of...
Read more >
Glossary - Angular
Angular compatibility compiler. If you build your application using Ivy, but it depends on libraries that have not been compiled with Ivy, the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found