We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bd0dd commit fabbc68Copy full SHA for fabbc68
client/src/extension.ts
@@ -9,7 +9,7 @@ import { PersistentState } from './persistent_state'
9
import * as path from 'path'
10
11
const platforms: { [key: string]: string } = {
12
- 'x64 win32': 'x86_64-pc-windows-msvc',
+ 'x64 win32': 'x86_64-windows-msvc',
13
'x64 linux': 'x86_64-unknown-linux-gnu',
14
'x64 darwin': 'x86_64-apple-darwin',
15
}
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-mc-shader",
3
"displayName": "Minecraft GLSL Shaders",
4
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
5
- "version": "0.9.2",
+ "version": "0.9.3",
6
"publisher": "Strum355",
7
"author": "Noah Santschi-Cooney (Strum355)",
8
"license": "MIT",
0 commit comments