-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSCODE-222: Edit documents from playground results (#232)
* feat: edit documents from playground results (VSCODE-222) * test: add tests for document controller and edit code lenses provider * refactor: check content type instead of the whole result object * refactor: use the same playground result file instead of reopen it * feat: show and write mongodb documents using a FileSystemProvider (VSCODE-223) * test: fix some long-running tests * refactor: do not refresh playground results after saving document * refactor: errors clean up * refactor: reset memory file system provider * refactor: remove repeated code * test: update names to be more specific * refactor: set language not extension for playground results * refactor: update code lenses position in code lenses provider * refactor: update comments in code * refactor: use document controller only accesing database * refactor: rename document controller to service * refactor: return lost function parameter
- Loading branch information
1 parent
2c8414b
commit 7eede49
Showing
30 changed files
with
1,809 additions
and
1,442 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.