windicss-intellisense icon indicating copy to clipboard operation
windicss-intellisense copied to clipboard

windicss-intellisense In VScode not working

Open potatoes0521 opened this issue 2 years ago • 4 comments

When I configure windi.config.js It not working?

Do I have any mistakes here?

Project is Vue cli

import { transform } from "windicss/helpers";

export default {
  attributify: {
    // ‘w’ => w:bg="blue-400"
    prefix: "w",
  },
  darkMode: "class",
  transformCSS: "pre",
  extract: {
    include: ["**/*.{vue,html,jsx,tsx,ts}"],
    exclude: [
      "node_modules",
      ".git",
      "excluded",
      "dist",
      "windi.config.{ts,js}",
      "tailwind.config.{ts,js}",
    ],
  },
  alias: {},
  shortcuts: {},
  theme: {
    extend: {
      zIndex: {
        "-1": "-1",
      },
      colors: {},
    },
  },
  plugins: [
    transform("windicss/plugin/line-clamp"),
    transform("windicss/plugin/typography"),
    transform("@windicss/plugin-scrollbar"),
  ],
};

potatoes0521 avatar May 11 '22 09:05 potatoes0521

I am suffering the same situation. How can we provide some debug informations?

lianghx-319 avatar May 23 '22 07:05 lianghx-319

Output Channel Logs and minimal git repository

alexanderniebuhr avatar May 23 '22 07:05 alexanderniebuhr

I am suffering the same situation. How can we provide some debug informations?

image

I frequently got this warning. I use windicss in rushjs monorepo

lianghx-319 avatar May 24 '22 06:05 lianghx-319

I frequently got this warning. I use windicss in rushjs monorepo

You should get better experience with our experimental pre-release

alexanderniebuhr avatar May 24 '22 06:05 alexanderniebuhr