mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-24 02:21:30 -05:00
Fix lint compliant
This commit is contained in:
2
src/server/protocol.d.ts
vendored
2
src/server/protocol.d.ts
vendored
@@ -516,7 +516,7 @@ declare namespace ts.server.protocol {
|
||||
/**
|
||||
* Used when a version of the file content is known to be more up to date than the one on disk.
|
||||
* Then the known content will be used upon opening instead of the disk copy
|
||||
*/
|
||||
*/
|
||||
fileContent?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user