mirror of
https://github.com/github/codeql.git
synced 2026-04-08 08:34:02 +02:00
5 lines
134 B
Bash
Executable File
5 lines
134 B
Bash
Executable File
#! /bin/bash
|
|
|
|
mkdir -p /home/vscode/.config/codeql
|
|
echo '--search-path /workspaces/codeql-ruby' >> /home/vscode/.config/codeql/config
|