mirror of
https://github.com/github/codeql.git
synced 2026-02-09 11:41:06 +01:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#! /bin/bash
|
|
|
|
mkdir -p /home/vscode/.config/codeql
|
|
echo '--search-path /workspaces/codeql-ql' >> /home/vscode/.config/codeql/config
|