mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Move files to ruby subfolder
This commit is contained in:
14
ruby/.vscode/tasks.json
vendored
Normal file
14
ruby/.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "cargo",
|
||||
"subcommand": "build",
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
],
|
||||
"group": "build",
|
||||
"label": "Rust: cargo build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user