Skip to content

Commit

Permalink
feat!: Update Medical Terms Dictionary to v2 (#378)
Browse files Browse the repository at this point in the history
* Update Medical Terms Dictionary to v2
  • Loading branch information
Jason3S committed Aug 13, 2022
1 parent ec697da commit 93fcd66
Show file tree
Hide file tree
Showing 13 changed files with 94 additions and 402 deletions.
30 changes: 0 additions & 30 deletions extensions/medical-terms/.vscode/cSpell.json

This file was deleted.

8 changes: 4 additions & 4 deletions extensions/medical-terms/.vscode/launch.json
@@ -1,17 +1,17 @@
// A launch configuration that compiles the extension and then opens it inside a new window
{
"version": "0.1.0",
"version": "0.2.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "${workspaceRoot}/samples"],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
"preLaunchTask": "npm"
"preLaunchTask": "npm: build"
},
{
"name": "Launch Tests",
Expand All @@ -22,7 +22,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/test/**/*.js"],
"preLaunchTask": "npm"
"preLaunchTask": "npm: build"
}
]
}
9 changes: 0 additions & 9 deletions extensions/medical-terms/.vscode/settings.json

This file was deleted.

64 changes: 36 additions & 28 deletions extensions/medical-terms/.vscode/tasks.json
@@ -1,30 +1,38 @@
// Available variables which can be used inside of strings.
// ${workspaceRoot}: the root folder of the team
// ${file}: the current opened file
// ${fileBasename}: the current opened file's basename
// ${fileDirname}: the current opened file's dirname
// ${fileExtname}: the current opened file's extension
// ${cwd}: the current working directory of the spawned process

// A task runner that calls a custom npm script that compiles the extension.
{
"version": "0.1.0",

// we want to run npm
"command": "npm",

// the command is a shell script
"isShellCommand": true,

// show the output window only if unrecognized errors occur.
"showOutput": "silent",

// we run the custom script "compile" as defined in package.json
"args": ["run", "compile", "--loglevel", "silent"],

// The tsc compiler is started in watching mode
"isBackground": true,

// use the standard tsc in watch mode problem matcher to find compile problems in the output.
"problemMatcher": "$tsc-watch"
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "npm: build",
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": "$tsc"
},
{
"label": "npm: clean-build",
"type": "npm",
"script": "clean-build",
"problemMatcher": "$tsc"
},
{
"label": "npm: test",
"type": "npm",
"script": "test",
"group": {
"kind": "test",
"isDefault": true
}
},
{
"label": "npm: watch",
"type": "npm",
"script": "watch",
"problemMatcher": ["$tsc-watch"]
}
]
}
69 changes: 12 additions & 57 deletions extensions/medical-terms/CHANGELOG.md
Expand Up @@ -7,120 +7,75 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

**Note:** Version bump only for package code-spell-checker-medical-terms





## [1.0.15](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.14...code-spell-checker-medical-terms@1.0.15) (2022-06-09)


### Bug Fixes

* Add Slovenian ([#299](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/299)) ([7b0becc](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/7b0becc910e11e674ad32be812aa5e138b005219))
* Add Sponsor Link ([#306](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/306)) ([1342869](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/13428699ee20f6b6a597dd2638d5633f2a53c9cf)), closes [#1998](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1998)




- Add Slovenian ([#299](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/299)) ([7b0becc](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/7b0becc910e11e674ad32be812aa5e138b005219))
- Add Sponsor Link ([#306](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/306)) ([1342869](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/13428699ee20f6b6a597dd2638d5633f2a53c9cf)), closes [#1998](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1998)

## [1.0.14](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.13...code-spell-checker-medical-terms@1.0.14) (2022-02-04)

**Note:** Version bump only for package code-spell-checker-medical-terms





## [1.0.13](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.12...code-spell-checker-medical-terms@1.0.13) (2021-12-17)


### Bug Fixes

* change `activationEvents` to use `onStartupFinished` ([#205](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/205)) ([c664bfe](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/c664bfe88497c9eaf82aa5549734d99db9194001)), closes [#195](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/195)




- change `activationEvents` to use `onStartupFinished` ([#205](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/205)) ([c664bfe](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/c664bfe88497c9eaf82aa5549734d99db9194001)), closes [#195](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/195)

## [1.0.12](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.11...code-spell-checker-medical-terms@1.0.12) (2021-09-16)

**Note:** Version bump only for package code-spell-checker-medical-terms





## [1.0.11](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.10...code-spell-checker-medical-terms@1.0.11) (2021-09-03)

**Note:** Version bump only for package code-spell-checker-medical-terms





## [1.0.10](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.9...code-spell-checker-medical-terms@1.0.10) (2021-06-01)


### Bug Fixes

* Medical Terms extension should use GPL3 License ([#91](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/91)) ([10d586d](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/10d586dfc735a7f6aa87c6dbf7e3e597d612d357))




- Medical Terms extension should use GPL3 License ([#91](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/91)) ([10d586d](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/10d586dfc735a7f6aa87c6dbf7e3e597d612d357))

## [1.0.9](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.8...code-spell-checker-medical-terms@1.0.9) (2020-11-08)


### Bug Fixes

* Update dictionaries to speed load times ([#56](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/56)) ([85c7a1f](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/85c7a1f3363945594f6d86dbb7dae7f4c95a76e7))




- Update dictionaries to speed load times ([#56](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/56)) ([85c7a1f](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/85c7a1f3363945594f6d86dbb7dae7f4c95a76e7))

## [1.0.8](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.7...code-spell-checker-medical-terms@1.0.8) (2020-10-21)


### Bug Fixes

* update dictionaries and libraries ([05a089a](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/05a089add3e0e3606ac1604df1539adfb272461f))




- update dictionaries and libraries ([05a089a](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/05a089add3e0e3606ac1604df1539adfb272461f))

## [1.0.7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.6...code-spell-checker-medical-terms@1.0.7) (2020-08-19)

**Note:** Version bump only for package code-spell-checker-medical-terms





## [1.0.6](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-medical-terms@1.0.5...code-spell-checker-medical-terms@1.0.6) (2020-08-15)


### Bug Fixes

* update dictionaries ([06f6b0c](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/06f6b0cd9c011d55de841aa75591422a18d8a8f6))




- update dictionaries ([06f6b0c](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/06f6b0cd9c011d55de841aa75591422a18d8a8f6))

# Change Log

All notable changes to the "code-spell-checker-medical-terms" extension will be documented in this file.

## [1.0.3]

- Update dictionary to latest version.

## [1.0.2]

- Make sure medical terms are always enabled if this extension is enabled.

## [1.0.1]

- Initial release

## References

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
3 changes: 3 additions & 0 deletions extensions/medical-terms/cspell-ext.json
@@ -0,0 +1,3 @@
{
"import": ["@cspell/dict-medicalterms/cspell-ext.json"]
}
3 changes: 3 additions & 0 deletions extensions/medical-terms/cspell.json
@@ -0,0 +1,3 @@
{
"import": ["./cspell-ext.json"]
}

0 comments on commit 93fcd66

Please sign in to comment.