mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-07 07:35:00 +01:00
src: fix spelling in TypeScript files (#183477)
This commit is contained in:
@@ -104,7 +104,7 @@ interface NodePosition {
|
||||
*/
|
||||
node: TreeNode;
|
||||
/**
|
||||
* remainer in current piece.
|
||||
* remainder in current piece.
|
||||
*/
|
||||
remainder: number;
|
||||
/**
|
||||
|
||||
@@ -44,7 +44,7 @@ export interface ITextResourceConfigurationService {
|
||||
*
|
||||
* @param resource - Resource for which the configuration has to be fetched.
|
||||
* @param position - Position in the resource for which configuration has to be fetched.
|
||||
* @param section - Section of the configuraion.
|
||||
* @param section - Section of the configuration.
|
||||
*
|
||||
*/
|
||||
getValue<T>(resource: URI | undefined, section?: string): T;
|
||||
|
||||
Vendored
+1
-1
@@ -16788,7 +16788,7 @@ declare module 'vscode' {
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents the main editor area which consists of multple groups which contain tabs.
|
||||
* Represents the main editor area which consists of multiple groups which contain tabs.
|
||||
*/
|
||||
export interface TabGroups {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user