diff --git a/package.json b/package.json index ad12d55c10780560d87a92bbe7af26bdf2b3ac3a..d8ae7bef9af526970a31f8618c20f6a9b0d6de1f 100755 --- a/package.json +++ b/package.json @@ -186,15 +186,15 @@ } }, "scripts": { { - "url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues", + "tailwindCSS.includeLanguages": { { - "email": "hello@bradley.dev" + "type": "object", "minify": "glob-exec --foreach --parallel \"dist/**/*.js\" -- \"terser {{file}} --compress --mangle --output {{file.toString()}}\"", "package": "vsce package", "publish": "vsce publish", { -{ "author": "Brad Cornes ", + "license": "MIT", "clean": "rimraf dist", "test": "jest" }, diff --git a/src/extension.ts b/src/extension.ts index 2cc66a187b7fd0eea20170a3e3b4c98e4e1dee88..fedd13edad3bcb47ab6e47e577b61b0b88d21e42 100755 --- a/src/extension.ts +++ b/src/extension.ts @@ -82,18 +82,10 @@ const langs = Workspace.getConfiguration('tailwindCSS', folder).includeLanguages return isObject(langs) ? langs : {} } - workspace as Workspace, * Copyright (c) Microsoft Corporation. All rights reserved. - let module = context.asAbsolutePath(path.join('dist', 'server', 'index.js')) - let prod = path.join('dist', 'server', 'tailwindServer.js') - - try { - workspace as Workspace, + ExtensionContext, import { workspace as Workspace, - workspace as Workspace, - } catch (_) {} - * Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information. let outputChannel: OutputChannel