Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Dec 6, 2023
1 parent 655c563 commit 6a1ad8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ Additionally, 25 packages that include the vscode version of some services (with
- It adds the problems panel tab. *Hint*: It only makes sense to enable it when *Views* service is used.
- **SCM**: `@codingame/monaco-vscode-scm-service-override`
- It adds the SCM API that can be used to implement source control. *Hint*: It only makes sense to enable it when *Views* service is used.
- **Testing**: `@codingame/monaco-vscode-testing-service-override`
- It adds the Tests API. *Hint*: It makes more sense to enable it when *Views* service is used.
- **Language detection worker**: `@codingame/monaco-vscode-language-detection-worker-service-override`
- When opening an untitled model or a file without extension or if vscode is unable to guess the language simply by the file extension or by reading the first line. Then it will use tensorflow in a worker to try to guess the most probable language (here we are only able to rely on the open source model).
- **Storage**: `@codingame/monaco-vscode-storage-service-override`
Expand Down

0 comments on commit 6a1ad8a

Please sign in to comment.