Skip to content

Commit af5ef98

Browse files
authored
Update publisher id (#1093)
* Update publisher id * Update LICENSE
1 parent a46d910 commit af5ef98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 REditorSupport
3+
Copyright (c) 2022 REditorSupport
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Go to the [wiki](https://github.com/REditorSupport/vscode-R/wiki) to view the do
1717
install.packages("languageserver")
1818
```
1919

20-
3. Install the [R extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=Ikuyadeu.r).
20+
3. Install the [R extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=REditorSupport.r).
2121

2222
4. Create an R file and start coding.
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "2.4.0",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
8-
"publisher": "Ikuyadeu",
8+
"publisher": "REditorSupport",
99
"icon": "images/Rlogo.png",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)