We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25b0d9 commit cde494dCopy full SHA for cde494d
.vscode/extensions.json
@@ -0,0 +1,5 @@
1
+{
2
+ "recommendations": [
3
+ "Posit.air-vscode"
4
+ ]
5
+}
.vscode/launch.json
@@ -0,0 +1,12 @@
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "(lldb) Attach to R",
6
+ "type": "lldb",
7
+ "request": "attach",
8
+ "pid": "${command:pickMyProcess}",
9
+ "stopOnEntry": false
10
+ }
11
12
.vscode/settings.json
@@ -0,0 +1,6 @@
+ "[r]": {
+ "editor.formatOnSave": true,
+ "editor.defaultFormatter": "Posit.air-vscode"
0 commit comments