Skip to content

Commit

Permalink
Remove default version in snippets (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored Jan 25, 2019
1 parent 9c06f33 commit 900387e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/completion/completionProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import { localProvider } from "./localProvider";
const artifactSegments: string[] = [
"\t<groupId>$1</groupId>",
"\t<artifactId>$2</artifactId>",
// tslint:disable-next-line:no-invalid-template-strings
"\t<version>${3:(0.0.0,)}</version>"
"\t<version>$3</version>"
];
const dependencySnippet: vscode.SnippetString = new vscode.SnippetString([
"<dependency>",
Expand Down

0 comments on commit 900387e

Please sign in to comment.