Skip to content
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
46 changes: 0 additions & 46 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 REditorSupport
Copyright (c) 2025 REditorSupport

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 0 additions & 5 deletions PULL_REQUEST_TEMPLATE.md

This file was deleted.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

[![Badge](https://aka.ms/vsls-badge)](https://aka.ms/vsls)

This [VS Code](https://code.visualstudio.com/) extension provides support for the [R programming language](https://www.r-project.org), including features such as
extended syntax highlighting, R language service based on code analysis, interacting with R terminals, viewing data, plots, workspace variables, help pages, managing packages, and working with [R Markdown](https://rmarkdown.rstudio.com/) documents.
This [VS Code](https://code.visualstudio.com/) extension provides support for the [R programming language](https://www.r-project.org), including features such as R language service based on code analysis, interacting with R terminals, viewing data, plots, workspace variables, help pages, managing packages, and working with [R Markdown](https://rmarkdown.rstudio.com/) documents.

The R and R Markdown syntaxes are located in a slibing package [vscode-R-syntax](https://github.com/REditorSupport/vscode-R-syntax).

Go to the [wiki](https://github.com/REditorSupport/vscode-R/wiki) to view the documentation of the extension.

Expand Down Expand Up @@ -33,8 +34,6 @@ Go to the installation wiki pages ([Windows](https://github.com/REditorSupport/v

## Features

* Extended syntax highlighting for R, R Markdown, and R Documentation.

* Snippets for R and R Markdown.

* [R Language Service](https://github.com/REditorSupport/vscode-R/wiki/R-Language-Service): Code completion, function signature, symbol highlight, document outline, formatting, definition, diagnostics, references, and more.
Expand Down
33 changes: 0 additions & 33 deletions ThirdPartyNotices.txt

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2111,8 +2111,8 @@
"sinon": "^15.0.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.2",
"webpack": "^5.76.0",
"webpack-cli": "^4.7.2"
"webpack": "^5.99.6",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"ag-grid-community": "^31.3.2",
Expand All @@ -2129,5 +2129,8 @@
"vscode-languageclient": "^9.0.1",
"vsls": "^1.0.4753",
"winreg": "^1.2.4"
}
},
"extensionDependencies": [
"REditorSupport.r-syntax"
]
}
54 changes: 0 additions & 54 deletions src/test/suite/syntax.test.ts

This file was deleted.

146 changes: 0 additions & 146 deletions syntax/Markdown Redcarpet.json

This file was deleted.

13 changes: 0 additions & 13 deletions syntax/RMarkdown.json

This file was deleted.

Loading
Loading