mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Fix incorrect usage of 'an'
This commit is contained in:
@ -183,7 +183,7 @@ async function validateTextDocument(textDocument: TextDocument): Promise<void> {
|
||||
|
||||
connection.onDidChangeWatchedFiles(_change => {
|
||||
// Monitored files have change in VSCode
|
||||
connection.console.log('We received an file change event');
|
||||
connection.console.log('We received a file change event');
|
||||
});
|
||||
|
||||
// This handler provides the initial list of the completion items.
|
||||
|
||||
Reference in New Issue
Block a user