We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a24352 commit ab58f78Copy full SHA for ab58f78
1 file changed
package.json
@@ -197,7 +197,8 @@
197
".kit": "kitc --run",
198
".v": "v run",
199
".vsh": "v run",
200
- ".sass": "sass --style expanded"
+ ".sass": "sass --style expanded",
201
+ ".cu": "cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
202
},
203
"description": "Set the executor of each file extension.",
204
"scope": "resource"
0 commit comments