Skip to content

Commit 28c76be

Browse files
committed
Change to 0.0.0 as synthetic version
1 parent 56faf36 commit 28c76be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/src/run-remote-query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ async function generateQueryPack(cliServer: cli.CodeQLCliServer, queryFile: stri
129129

130130
// copy only the query file to the query pack directory
131131
// and generate a synthetic query pack
132-
// TODO this has a limitation that query packs inside of a workspace will not resolve it's peer dependencies.
132+
// TODO this has a limitation that query packs inside of a workspace will not resolve its peer dependencies.
133133
// Something to work on later. For now, we will only support query packs that are not in a workspace.
134134
void logger.log(`Copying ${queryFile} to ${queryPackDir}`);
135135
await fs.copy(queryFile, targetQueryFileName);
136136
void logger.log('Generating synthetic query pack');
137137
const syntheticQueryPack = {
138138
name: 'codeql-remote/query',
139-
version: '1.0.0',
139+
version: '0.0.0',
140140
dependencies: {
141141
[`codeql/${language}-all`]: '*',
142142
}

0 commit comments

Comments
 (0)