mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
Round two of testing
This commit is contained in:
parent
9bd02d6dd6
commit
a0f7e94434
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ pipeline:
|
|||
commands:
|
||||
- npm i
|
||||
- npm run lint
|
||||
- npm run test
|
||||
test:
|
||||
image: node:${NODE_VERSION}
|
||||
commands:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import * as assert from 'assert';
|
||||
import * as vscode from 'vscode'
|
||||
import * as provider from '../src/linter/glslProvider'
|
||||
import * as fs from 'fs'
|
||||
import * as shell from 'shelljs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue