Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
add right click on yaml file to submit job
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyione committed Jun 27, 2019
1 parent 9b98c20 commit 400752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pai_vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
},
{
"command": "paiext.cluster.job.submit",
"when": "resourceFilename =~ /\\.jsonc?$/ && resourceScheme == file"
"when": "resourceFilename =~ /\\.(jsonc?|yaml|yml)$/ && resourceScheme == file"
},
{
"command": "paiext.cluster.job.simulate",
Expand Down

0 comments on commit 400752e

Please sign in to comment.