Skip to content

Commit

Permalink
feat!: Update Ukrainian Dictionary to v2 (#373)
Browse files Browse the repository at this point in the history
* Update Ukrainian Dictionary to v2
   Related to #352
  • Loading branch information
Jason3S authored Aug 13, 2022
1 parent 022c56a commit 745dc28
Show file tree
Hide file tree
Showing 13 changed files with 770 additions and 325 deletions.
2 changes: 1 addition & 1 deletion extensions/ukrainian/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "${workspaceRoot}/samples"],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
Expand Down
11 changes: 5 additions & 6 deletions extensions/ukrainian/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"identifier": "build",
"label": "build",
"label": "npm: build",
"type": "npm",
"script": "build",
"group": {
Expand All @@ -15,13 +14,13 @@
"problemMatcher": "$tsc"
},
{
"identifier": "clean-build",
"label": "npm: clean-build",
"type": "npm",
"script": "build",
"script": "clean-build",
"problemMatcher": "$tsc"
},
{
"identifier": "test",
"label": "npm: test",
"type": "npm",
"script": "test",
"group": {
Expand All @@ -30,7 +29,7 @@
}
},
{
"identifier": "watch",
"label": "npm: watch",
"type": "npm",
"script": "watch",
"problemMatcher": ["$tsc-watch"]
Expand Down
11 changes: 7 additions & 4 deletions extensions/ukrainian/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.vscode/**
.gitignore
.vscode-test/**
.vscode/**
**/*.d.ts
**/*.map
**/*.test.*
out/test/**
test/**
samples/**
src/**
**/*.map
.gitignore
test/**
tsconfig.json
vsc-extension-quickstart.md
712 changes: 691 additions & 21 deletions extensions/ukrainian/LICENSE

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions extensions/ukrainian/cspell-ext.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"import": ["@cspell/dict-uk-ua/cspell-ext.json"]
}
5 changes: 1 addition & 4 deletions extensions/ukrainian/cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"version": "0.2",
"import": [
"cspell-dict-uk-ua/cspell-ext.json",
"../../cspell.json"
],
"import": ["./cspell-ext.json"],
"language": "en,uk"
}
256 changes: 6 additions & 250 deletions extensions/ukrainian/package-lock.json

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

Loading

0 comments on commit 745dc28

Please sign in to comment.