mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-31 05:47:22 +00:00
v0.8.5
This commit is contained in:
parent
5fe911e564
commit
8b0d0eb918
2 changed files with 10 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -4,6 +4,16 @@ All notable changes to the "vscode-mc-shader" extension will be documented in th
|
|||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
|
||||
## [0.8.5]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed for latest VSCode version
|
||||
|
||||
### Removed
|
||||
|
||||
- Filters from 0.8.4
|
||||
|
||||
## [0.8.4]
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -322,7 +322,6 @@ function processErrors(out: string, docURI: string, diagnostics: Map<string, Dia
|
|||
})
|
||||
}
|
||||
|
||||
//errorFile: string, type: DiagnosticSeverity, line: number, msg: string
|
||||
function propogateDiagnostic(error: ErrorMatch, diagnostics: Map<string, Diagnostic[]>, hasDirective: boolean, parentURI?: string) {
|
||||
includeGraph.get(parentURI || error.file).parents.forEach((pair, parURI) => {
|
||||
const diag: Diagnostic = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue