mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
v0.9.3
This commit is contained in:
parent
30bd0dd7f4
commit
fabbc68fd7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import { PersistentState } from './persistent_state'
|
|||
import * as path from 'path'
|
||||
|
||||
const platforms: { [key: string]: string } = {
|
||||
'x64 win32': 'x86_64-pc-windows-msvc',
|
||||
'x64 win32': 'x86_64-windows-msvc',
|
||||
'x64 linux': 'x86_64-unknown-linux-gnu',
|
||||
'x64 darwin': 'x86_64-apple-darwin',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue