Skip to content

Commit

Permalink
Replace vscode-web-custom-data with @vscode/web-custom-data. (#280)
Browse files Browse the repository at this point in the history
* Replace `vscode-web-custom-data` with `@vscode/web-custom-data`.

* `vscode-web-custom-data` -> `@vscode/web-custom-data`
  • Loading branch information
bicknellr authored Dec 2, 2022
1 parent 2dfef44 commit 5eaf910
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions packages/lit-analyzer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lit-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ts-simple-type": "~2.0.0-next.0",
"vscode-css-languageservice": "4.3.0",
"vscode-html-languageservice": "3.1.0",
"vscode-web-custom-data": "^0.3.0",
"@vscode/web-custom-data": "^0.4.2",
"web-component-analyzer": "2.0.0-next.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SimpleType } from "ts-simple-type";
import { HTMLDataV1 } from "vscode-html-languageservice";
import htmlDataJson from "vscode-web-custom-data/data/browsers.html-data.json";
import htmlDataJson from "@vscode/web-custom-data/data/browsers.html-data.json";
import { HtmlAttr, HtmlDataCollection } from "../parse/parse-html-data/html-tag.js";
import { parseVscodeHtmlData } from "../parse/parse-html-data/parse-vscode-html-data.js";
import { lazy } from "../util/general-util.js";
Expand Down

0 comments on commit 5eaf910

Please sign in to comment.