Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 1.54.0 (Release on 31 October 2022)

- Intelligent run selection for R (runs complete statment not just line)
- Intelligent run selection for R (runs complete statement not just line)
- Improve handling of first-run files for create project command

## 1.53.0 (Release on 27 October 2022)
Expand Down Expand Up @@ -41,7 +41,7 @@

## 1.48.0 (Release on 14 October 2022)

- Implment smart paste of links (surround selected text)
- Implement smart paste of links (surround selected text)
- Use REditorSupport.r as ID for R extension

## 1.47.0 (Release on 13 October 2022)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VS Code extension for the [Quarto](https://quarto.org) scientific and technical
- Completion for citations and cross references
- Commands and key-bindings for running cells and selected line(s)
- Automatic navigation to render errors for Jupyter, Knitr, and YAML
- Live preview for embedded mermaid and graphviz diagrams
- Live preview for embedded Mermaid and Graphviz diagrams
- Assist panel for contextual help, image preview, and math preview
- Code snippets for common markdown constructs
- Code folding and document outline for navigation within documents
Expand Down
2 changes: 1 addition & 1 deletion languages/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
We've incorporated code from several other extensions to provide features for LaTeX, Medmaid, and Graphviz:
We've incorporated code from several other extensions to provide features for LaTeX, Mermaid, and Graphviz:

- LaTeX code completion, preview, and language support from https://github.com/James-Yu/LaTeX-Workshop

Expand Down