質問するログイン新規登録

質問編集履歴

1

コードの修正

2018/10/20 16:41

投稿

syen2501
syen2501

スコア38

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\神龍\shin\src\parent_dict.json','utf8'));
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");