mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-24 19:54:35 +00:00
Finally works on windows. Going to validate it isnt broken on linux now
This commit is contained in:
parent
b5c47e827a
commit
bd546ab67f
4 changed files with 19 additions and 17 deletions
|
@ -3,4 +3,6 @@ import { connection } from './server'
|
|||
export function postError(e: Error) {
|
||||
connection.window.showErrorMessage(e.message)
|
||||
console.log(e)
|
||||
}
|
||||
}
|
||||
|
||||
export const formatURI = (uri: string) => uri.replace(/^file:\/\//, '').replace(/^(?:\/)c%3A/, 'C:').replace(/\\/g, '/')
|
Loading…
Add table
Add a link
Reference in a new issue