We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb94954 commit 7ee5ec2Copy full SHA for 7ee5ec2
1 file changed
extension.js
@@ -6,7 +6,6 @@ const vscode = require('vscode');
6
//
7
8
const JSONFANCY = function (x) { return require('util').inspect(x, { colors: false, depth: null, breakLength: 1 }); };
9
-
10
const DT = function () { return new Date().toISOString().substr(0, 19).replace('T', '|'); }
11
12
0 commit comments