GithubHelp home page GithubHelp logo

Comments (12)

cybertim avatar cybertim commented on September 15, 2024

Is it possible to supply some details or an archive/gist/git with a project having this issue?
I can't seem to reproduce this, but some people keep complaining about it.

from vscode-gengetset.

mattwilson1024 avatar mattwilson1024 commented on September 15, 2024

I'm also having this issue with a project created using the angular-cli.

from vscode-gengetset.

cybertim avatar cybertim commented on September 15, 2024

screen shot 2016-07-14 at 18 39 27

Add Import does work when I generated a test project with the angular-cli, but there are a lot of things that are getting indexed (1010 in my example) so maybe on a slow computer this can take a while?

from vscode-gengetset.

 avatar commented on September 15, 2024

I have no problem on my Macbook Air. Took 2-3 seconds and 875 items were indexed. But on my PC which are more powerful than my mac, nothing seems to get indexed. I've had my project open for 45 minutes and the index-icon still show reloading icon.

image

from vscode-gengetset.

cybertim avatar cybertim commented on September 15, 2024

Ok, then the main question would be: is on the macbook the add imports etc working?

If so, the issue is probably related to the indexing on windows for some reason.
This weekend I will coincidently complete my PC build so I can test the code on windows as well.

from vscode-gengetset.

neeraj07rathi avatar neeraj07rathi commented on September 15, 2024

getting this same message and no import export is made. Is it fixed somewhere?

from vscode-gengetset.

cybertim avatar cybertim commented on September 15, 2024

If you/someone experience this issue (still) please list your version of the extension and what OS/Platform you're on, and if possible:
Did you open a project? Or start one from scratch?
Did you use a specific framework/generated boilerplate?

from vscode-gengetset.

 avatar commented on September 15, 2024

Extension version: 0.3.3
OS: Windows 8.1

I get this issue both when starting a new project using the angular cli for angular 2 and Ionic cli for Ionic 2. Got no problem starting a new typescript project from scratch.

from vscode-gengetset.

tsvetan-ganev avatar tsvetan-ganev commented on September 15, 2024

I also have this issue when working on a Angular 2 CLI project.

Version: 0.3.3
OS: Windows 10

from vscode-gengetset.

marcus-robinson avatar marcus-robinson commented on September 15, 2024

I'm seeing this issue too.

Version of the extension
0.3.3
OS:
Windows 8.1 enterprise 64 bit
Did you open a project? Or start one from scratch?
Opened an existing project
Did you use a specific framework/generated boilerplate?
No - this is a pure typescript project

Package.json
{ "name": "card-game", "version": "1.0.0", "description": "", "main": "./dist/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "gulp": "^3.9.1", "gulp-typescript": "^2.13.6", "immutable": "^3.8.1", "jasmine-core": "2.4.1", "lodash": "^4.12.0" }, "dependencies": { "merge2": "^1.0.2", "signals": "^1.0.0" } }

tsconfig.json
{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es5", "module": "commonjs", "declaration": true, "outDir": "dist", "noImplicitAny": true }, "filesGlob": [ "src/**/*.ts", "typings/index.d.ts", "!node_modules/**/*" ], "exclude": [ "node_modules" ], "compileOnSave": false, "buildOnSave": false, "atom": { "rewriteTsconfig": false } }

from vscode-gengetset.

cybertim avatar cybertim commented on September 15, 2024

Should be fixed in version 0.3.4

Issue was related to windows paths being analyzed as /c:/ instead of c:/

from vscode-gengetset.

 avatar commented on September 15, 2024

Works like a charm. Great work!

from vscode-gengetset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.