Git Product home page Git Product logo

Comments (4)

Arthie avatar Arthie commented on June 8, 2024 1

Ok, can you try these things:

  • check you're if node_modules / package.json contains the typescript-xwind-plugin package.

  • look at the tsserver.log file to see if there are any errors with loading the plugin.

You can view the tsserver.log by opening a js/ts file and then pressing crtl + shift + p to enter the command: typescript.openTsServerLog

look for [XWINDTSPLUGIN] in the tsserver.log
This is how it should look if everything is working correctly.

Info 29   [16:11:11.006] Enabling plugin typescript-xwind-plugin from candidate paths: /home/arthie/projects/My-Personal-Website/node_modules/typescript/lib/tsserver.js/../../..,/home/arthie/.vscode-server/bin/940b5f4bb5fa47866a54529ed759d95d09ee80be/extensions/typescript-language-features
Info 30   [16:11:11.006] Loading typescript-xwind-plugin from /home/arthie/projects/My-Personal-Website/node_modules/typescript/lib/tsserver.js/../../.. (resolved to /home/arthie/projects/My-Personal-Website/node_modules/node_modules)
Info 31   [16:11:11.637] >> [XWINDTSPLUGIN] XwindTsPlugin is starting.
Info 32   [16:11:11.637] >> [XWINDTSPLUGIN] INFO CONFIG {"name":"typescript-xwind-plugin","config":"/home/arthie/projects/My-Personal-Website/tailwind.config.js","ignoreErrors":null}
Info 33   [16:11:11.637] >> [XWINDTSPLUGIN] CONFIG PATH:/home/arthie/projects/My-Personal-Website/tailwind.config.js
Info 34   [16:11:12.575] Plugin validation succeded

note: Don't forget to disable the xwind vscode extension when testing and it should work even if vscode's typescript version is different from the workspace package.json

from xwind.

trkaplan avatar trkaplan commented on June 8, 2024 1

It works now, thanks for sharing debugging details too.
Plugin version in node_modules was different than the one in package.json.

from xwind.

Arthie avatar Arthie commented on June 8, 2024

Glad you like the project!
I think you might not have the correct typescript selected in your project.
Do you have a .vscode folder with a settings.json file containing a similar setting like below in the root folder of your project?

// path: "./.vscode/settings"
{
  "typescript.tsdk": "node_modules/typescript/lib"
}

Here is a link with a guide to: Using the workspace version of TypeScript

from xwind.

trkaplan avatar trkaplan commented on June 8, 2024

Thanks for quick reply.
I tried putting .vcode folder to the root and settings.json in it, restarted VS Code. But no luck.
I also have this setting:
"typescript.tsdk": "c:\\Users\\tkaplan\\AppData\\Roaming\\npm\\node_modules\\typescript\\lib",
and installed version of typescript is same as the one in package.json (4.13, I confirmed installed version is 4.1.3 by checking package-lock.json)
in VS code User Settings
ss-xw-settings-package-lock
ss-xw-vs-code-ts-version

I am using VS Code extension for now but I am still curious about why ts plugin is not working in my setup.

from xwind.

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.