mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
'use strict';
|
||||
|
||||
import URI from 'vs/base/common/uri';
|
||||
import { match as matchGlobPattern } from 'vs/base/common/glob'; // TODO@Alex
|
||||
import { match as matchGlobPattern, IRelativePattern } from 'vs/base/common/glob'; // TODO@Alex
|
||||
|
||||
export interface LanguageFilter {
|
||||
language?: string;
|
||||
scheme?: string;
|
||||
pattern?: string;
|
||||
pattern?: string | IRelativePattern;
|
||||
}
|
||||
|
||||
export type LanguageSelector = string | LanguageFilter | (string | LanguageFilter)[];
|
||||
|
||||
Reference in New Issue
Block a user