-
Notifications
You must be signed in to change notification settings - Fork 129
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
R executable selection #1143
R executable selection #1143
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 83f70a2 - Browse repository at this point
Copy the full SHA 83f70a2View commit details -
R --version & reduced process creation
- Use R --version for details - Only create executables when calling refreshPaths()
Configuration menu - View commit details
-
Copy full SHA for ce25dc3 - Browse repository at this point
Copy the full SHA ce25dc3View commit details -
Prevent outputting malformed tooltips when executable arch or version is undefined
Configuration menu - View commit details
-
Copy full SHA for c8f7f6c - Browse repository at this point
Copy the full SHA c8f7f6cView commit details -
Refactor + simplify executable access
Executables access is now handled purely through the RExecutableManager, rather than any member classes
Configuration menu - View commit details
-
Copy full SHA for fd1b174 - Browse repository at this point
Copy the full SHA fd1b174View commit details -
Binary recommendations, fix undefined, revert LSP changes
- Revert language service changes - need to look at how python does it - Recommend binaries that are in the workspace or are specified by a renv lockfile - Fix possibly undefined issues - Normalise path for windows - Update vscode types and engine to 1.65 - Async init method for the manager
Configuration menu - View commit details
-
Copy full SHA for 82b08de - Browse repository at this point
Copy the full SHA 82b08deView commit details -
Update r.rmarkdown.codeLensCommands
Use an enum to restrict the input for the setting: r.rmarkdown.codeLensCommands
Configuration menu - View commit details
-
Copy full SHA for f5a6075 - Browse repository at this point
Copy the full SHA f5a6075View commit details -
Enum change was pushed to package.json for some reason
Configuration menu - View commit details
-
Copy full SHA for fe5e42f - Browse repository at this point
Copy the full SHA fe5e42fView commit details -
QP items now grouped into - recommended - virtual - global - Changed various functions into arrow functions to pass `'this'
Configuration menu - View commit details
-
Copy full SHA for a2fe14a - Browse repository at this point
Copy the full SHA a2fe14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 403dd48 - Browse repository at this point
Copy the full SHA 403dd48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9861289 - Browse repository at this point
Copy the full SHA 9861289View commit details -
Task rpath, path settings machine-overridable
- rpath is machine-overridable - task rpath dependent on active workspace executable - quickpick shows arrow for active path
Configuration menu - View commit details
-
Copy full SHA for b4bb2fa - Browse repository at this point
Copy the full SHA b4bb2faView commit details -
Show error when selecting a bad installation
Error is triggered when selecting an R installation that cannot be opened
Configuration menu - View commit details
-
Copy full SHA for 8f49eb4 - Browse repository at this point
Copy the full SHA 8f49eb4View commit details
Commits on Jul 25, 2022
-
- Create R terminal now injects conda env values where appropriate - Conda env values are saved in /tmp/ for injection into processes
Configuration menu - View commit details
-
Copy full SHA for 60a6e7b - Browse repository at this point
Copy the full SHA 60a6e7bView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b4f3b48 - Browse repository at this point
Copy the full SHA b4f3b48View commit details
Commits on Jul 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d247d4b - Browse repository at this point
Copy the full SHA d247d4bView commit details
Commits on Feb 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a32c2c3 - Browse repository at this point
Copy the full SHA a32c2c3View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebf9821 - Browse repository at this point
Copy the full SHA ebf9821View commit details -
Add tests for pathStorage, make rPath === activeExecPath again, linter
Configuration menu - View commit details
-
Copy full SHA for 6ffd5ca - Browse repository at this point
Copy the full SHA 6ffd5caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77669c4 - Browse repository at this point
Copy the full SHA 77669c4View commit details -
terminals once again respect activeExecutable
Configuration menu - View commit details
-
Copy full SHA for 57fd216 - Browse repository at this point
Copy the full SHA 57fd216View commit details
Commits on Feb 23, 2023
-
- Add documentation for various classes - Ensure that superfluous `await`s are removed - Rename some types for clarity
Configuration menu - View commit details
-
Copy full SHA for 25ed0c5 - Browse repository at this point
Copy the full SHA 25ed0c5View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0366abe - Browse repository at this point
Copy the full SHA 0366abeView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 768a006 - Browse repository at this point
Copy the full SHA 768a006View commit details