Home
last modified time | relevance | path

Searched refs:uri (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js67 let disposable = vscode.commands.registerCommand('hcs_editor', function (uri) {
76 path.basename(uri.fsPath), vscode.ViewColumn.Two, { enableScripts: true });
81 send('parse', uri.fsPath);
118 let tt2 = fs.readFileSync(e.uri.fsPath);
121 fn: e.uri.fsPath,
124 send('parse', e.uri.fsPath);
151 let uri = vscode.Uri.joinPath(extpath, 'editor.html');
152 let ret = fs.readFileSync(uri.fsPath, { encoding: 'utf8' });

Completed in 1 milliseconds