質問編集履歴
1
コードの修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
export function activate(context: vscode.ExtensionContext) {
|
|
23
23
|
console.log('Congratulations, your extension "semieditor" is now active!');
|
|
24
|
-
const readJson = JSON.parse(fs.readFileSync('C:\Users\
|
|
24
|
+
const readJson = JSON.parse(fs.readFileSync('C:\Users\\shin\src\parent_dict.json','utf8'));
|
|
25
25
|
|
|
26
26
|
context.subscriptions.push(vscode.commands.registerCommand('extension.color', () => {
|
|
27
27
|
vscode.window.showInformationMessage("Color Range Word");
|