We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e21a9 commit d4ff928Copy full SHA for d4ff928
src/language-client/utils/index.ts
@@ -15,7 +15,7 @@ export function toMethod(type: string | MessageSignature): string {
15
}
16
17
export function currentTimeStamp(): string {
18
- return getTimestamp(new Date())
+ return new Date().toLocaleTimeString()
19
20
21
export function getTraceMessage(data: any): string {
0 commit comments