mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 05:47:22 +00:00
preparing for release of pre-1.0.0
This commit is contained in:
parent
4573dd86fd
commit
93e3d4ded2
5 changed files with 87 additions and 13 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-gnu',
|
||||
'x64 win32': 'x86_64-pc-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