Coder Social home page Coder Social logo

Comments (8)

ivan-palatov avatar ivan-palatov commented on May 1, 2024 8

Can confirm it doesn't work as intended and makes imports from absolute path instead of project relative.

It started working like this after the latest update.

Current behaviour:

When importing functions from a current project, vscode makes the following import:

import { createMarkerElement } from "apps/client/src/pages/MainPage/useVehiclesLayer/createMarkerElement";

Expected behaviour:

import { createMarkerElement } from "./createMarkerElement";

from typescript.

ivan-palatov avatar ivan-palatov commented on May 1, 2024 4

@andrewbranch created an example here https://github.com/ivan-palatov/vscode-typescript-imports-bug

On the first try everything worked fine tho, but after I changed typescript version - it broke. Not sure why. I thought it had something to do with not being on the latest version, but right now on a project Im working on it is still happening even on the latest ts version.

Edit: If I swith typescript in vscode to workspace version (5.4.4 instead of vscode's 5.4.3) everything works fine, at least right now.

from typescript.

VSCodeTriageBot avatar VSCodeTriageBot commented on May 1, 2024

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.88.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

from typescript.

IllusionMH avatar IllusionMH commented on May 1, 2024

/needsMoreInfo

from typescript.

VSCodeTriageBot avatar VSCodeTriageBot commented on May 1, 2024

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

from typescript.

itseramin avatar itseramin commented on May 1, 2024

Same thing here.

from typescript.

andrewbranch avatar andrewbranch commented on May 1, 2024

Can someone please provide an example repo with reproduction steps that show this happening?

from typescript.

andrewbranch avatar andrewbranch commented on May 1, 2024

Thanks @ivan-palatov! I’m going to close this as fixed, but if anyone can reproduce on 5.4/nightly TS, please comment with repro steps and I’ll reopen and investigate more. I’m guessing this bug was accidentally fixed by code shuffling around in #55015.

from typescript.

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.