mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 15:34:49 +01:00
fix: is now get_path
This commit is contained in:
parent
f80ad90106
commit
bace071cf9
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export async function attach() {
|
||||||
vscode.window.showInformationMessage(`Connected to codemp workspace buffer @[${buffer_name}]`);
|
vscode.window.showInformationMessage(`Connected to codemp workspace buffer @[${buffer_name}]`);
|
||||||
|
|
||||||
let file_uri: vscode.Uri = editor.document.uri;
|
let file_uri: vscode.Uri = editor.document.uri;
|
||||||
mapping.bufferMapper.register(buffer.get_name(), editor);
|
mapping.bufferMapper.register(buffer.get_path(), editor);
|
||||||
let bufferContent = await buffer.content();
|
let bufferContent = await buffer.content();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue