You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@
6
6
"publisher": "atsyplenkov",
7
7
"license": "MIT",
8
8
"pricing": "Free",
9
-
"sponsor": {
10
-
"url": "https://github.com/sponsors/atsyplenkov"
11
-
},
12
9
"icon": "assets/logo.png",
13
10
"repository": {
14
11
"type": "git",
@@ -106,6 +103,11 @@
106
103
"default": true,
107
104
"markdownDescription": "Show the `Pastum: paste as default dataframe` command in the editor context menu *(i.e., right-click menu)*. It will only appear in R, Python, and Julia editors. The dataframe will be pasted according to the specified `pastum.defaultDataframeR` and `pastum.defaultDataframePy`."
108
105
},
106
+
"pastum.airFormat": {
107
+
"type": "boolean",
108
+
"default": true,
109
+
"markdownDescription": "Add comment to skip air formatting in R. (i.e., `# fmt:skip`) before the pasted dataframe."
0 commit comments