Skip to content

Commit 8b0d0eb

Browse files
committed
v0.8.5
1 parent 5fe911e commit 8b0d0eb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66

7+
## [0.8.5]
8+
9+
### Fixed
10+
11+
- Fixed for latest VSCode version
12+
13+
### Removed
14+
15+
- Filters from 0.8.4
16+
717
## [0.8.4]
818

919
### Fixed

server/src/linter.ts

-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ function processErrors(out: string, docURI: string, diagnostics: Map<string, Dia
322322
})
323323
}
324324

325-
//errorFile: string, type: DiagnosticSeverity, line: number, msg: string
326325
function propogateDiagnostic(error: ErrorMatch, diagnostics: Map<string, Diagnostic[]>, hasDirective: boolean, parentURI?: string) {
327326
includeGraph.get(parentURI || error.file).parents.forEach((pair, parURI) => {
328327
const diag: Diagnostic = {

0 commit comments

Comments
 (0)