Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en, lorem, lorem-ipsum",
"words": [
"activedescendant",
"csspart",
"cssprop",
"haspopup",
"labelledby",
"listbox",
"multiselectable",
"nextmajor",
"radiogroup",
"rgba",
"rowgroup",
"slotchange",
"unfocusable",
"wireit"
]
}
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8000/dev/",
Expand Down
10 changes: 0 additions & 10 deletions .vscode/settings-recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,5 @@
"dist/**/*": true,
"node_modules/**/*": true
},
"cSpell.words": [
"csspart",
"cssprop",
"listbox",
"radiogroup",
"rgba",
"rowgroup",
"slotchange",
"unfocusable"
],
"typescript.preferences.importModuleSpecifierEnding": "js"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vscode-elements/elements",
"version": "2.0.0-pre.2",
"description": "Webcomponents for creating Visual Studio Code extensions",
"description": "Web components for creating Visual Studio Code extensions",
"main": "dist/main.js",
"module": "dist/main.js",
"type": "module",
Expand Down