-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Update built-in functions for R #194352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update built-in functions for R #194352
Conversation
|
Note that this list only includes the default-attached packages (symbols available by default when starting R); it excludes symbols from packages available in every R installation, namely |
|
Thanks for the PR! We pull our syntax highlighting grammar for R from https://github.com/REditorSupport/vscode-R. If you make a PR to that repo and it gets accepted then I'll pull the changes in to VS Code. |
|
@alexr00 can you clarify that you'll overwrite this same file: |
|
Btw @alexr00 note that the information in this file is already stale: vscode/extensions/r/syntaxes/r.tmLanguage.json Lines 2 to 7 in 096a6e4
Fixed in #194415. |
This threw me off in microsoft#194352 -- I was not familiar with the original repo owner so I assumed this info was stale. The link now redirects to the REditorSupport org, but having the correct source in the plain text is still preferable for human readers.
* Update org in reference repo This threw me off in #194352 -- I was not familiar with the original repo owner so I assumed this info was stale. The link now redirects to the REditorSupport org, but having the correct source in the plain text is still preferable for human readers. * Update template generation source * Update R repo in cgmanifest --------- Co-authored-by: Alex Ross <[email protected]>
|
Thanks for the tip @alexr00, REditorSupport/vscode-R#1431 is now merged. Do we wait for a 'release' of downstream or can the changes be pulled in now? |
|
It's still early in our development iteration, so I've pulled in the changes now: #195139 |
* Update org in reference repo This threw me off in microsoft#194352 -- I was not familiar with the original repo owner so I assumed this info was stale. The link now redirects to the REditorSupport org, but having the correct source in the plain text is still preferable for human readers. * Update template generation source * Update R repo in cgmanifest --------- Co-authored-by: Alex Ross <[email protected]>
Closes #194350, Closes #194355
Code to generate: