Skip to content

Commit

Permalink
Merge pull request #2149 from rchl/fix/remove-useScaffoldSnippets
Browse files Browse the repository at this point in the history
Remove unused useScaffoldSnippets setting
  • Loading branch information
octref authored Aug 10, 2020
2 parents 1bf61b4 + d802358 commit 0b4b747
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export interface VLSConfig {
useWorkspaceDependencies: boolean;
completion: {
autoImport: boolean;
useScaffoldSnippets: boolean;
tagCasing: 'initial' | 'kebab';
scaffoldSnippetSources: {
workspace: string;
Expand Down Expand Up @@ -84,7 +83,6 @@ export function getDefaultVLSConfig(): VLSFullConfig {
},
completion: {
autoImport: false,
useScaffoldSnippets: false,
tagCasing: 'initial',
scaffoldSnippetSources: {
workspace: '💼',
Expand Down

0 comments on commit 0b4b747

Please sign in to comment.