Skip to content

Commit

Permalink
Suggestions and notebook improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric05 committed Apr 8, 2022
1 parent 854d62e commit f2bf5c3
Show file tree
Hide file tree
Showing 14 changed files with 380 additions and 188 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"preLaunchTask": "npm: test-watch"
},
{
"name": "Extension Tests in VS Code Web",
"type": "extensionHost",
"name": "Web Extension Tests",
"type": "pwa-extensionHost",
"request": "launch",
"debugWebWorkerHost": true,
"args": [
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

## Known issues
- notebook search with `m` or `y` in key won't work, as vscode configured default shortcut `m` to change cell to markdown and is annoying. [remove](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-editor) `m` and `y` shortcuts for clean experience.
## [0.0.42]
- [**Improvement**] NTLM auth suggestions and other
- [**Improvements**] Notebook
- Generate curl/code from cell itself
- Now output of cell creates new presentation view for most used content types (simple view)
- Actions to Reveal history/Variables view && Restart cli with ease
- [**Bug**] web extension show commands only which works
- [**Bug**] Earlier history is always recorded. now it respsects configuration

## [0.0.41]
- [**Improvement**] New Walkthroughs to setup dothttp easily
Expand Down
2 changes: 1 addition & 1 deletion 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 f2bf5c3

Please sign in to comment.