Commit graph

34 commits

Author SHA1 Message Date
Remco Haszing
18cfa0a008
Build examples in CI
This doesn’t verify they actually work, but at least this verified they
can be built.
2021-11-25 21:29:34 +01:00
Remco Haszing
786cdb5dbb
Implement definition provider 2021-11-10 22:28:06 +01:00
Remco Haszing
fc405ef1b2
Add FAQ entry in readme
Closes #118
Closes #119
Closes #121
2021-11-07 15:00:01 +01:00
Remco Haszing
9739d143d3
Apply various stylistic fixes
- ESLint config `remcohaszing/typechecking` is extended.
- Various previously disabled ESLint rules have now been enabled.
- Various `any` types have been fixed.
- Removed useless type check of diagnostic code.
- The diagnostics adapter listener has been turned into an actual map.
2021-09-02 22:11:00 +02:00
Remco Haszing
0da9f2cdfd
Resolve JSON pointers as links 2021-08-25 17:39:53 +02:00
Remco Haszing
b533a0af0a
Fix consistency in readme
All GitHub usernames were prefixed with an `@` sign, except one.
2021-08-15 12:53:49 +02:00
Remco Haszing
11030e5599
Update metadata
- Add links to https://monaco-editor.js.org
- Add netlify badge to the readme
- Add YAML icon to the demo
2021-08-09 20:49:00 +02:00
Remco Haszing
e4c13afe52
Change service worker to web worker in readme
They are different things. Monaco uses web workers.
2021-08-05 18:42:54 +02:00
Remco Haszing
2ea154af85
Update documentation
- Update repository links
- Restructure the readme
- Add contributing document
- Update credits
2021-07-31 16:15:45 +02:00
Remco Haszing
7174aff026
Expose setDiagnosticsOptions in monaco-yaml
This removes the need to explain certain statements and imports need to
happen in a specific order. Users can now just use:

```ts
import { setDiagnosticsOptions } from 'monaco-yaml';

setDiagnosticsOptions({});
```
2021-07-18 14:58:42 +02:00
Remco Haszing
ac7b6fe307
Introduce ESLint
The ESLint preset `eslint-config-remcohaszing` is used.
2021-07-17 17:12:17 +02:00
Remco Haszing
ec4de1f50c
Convert from yarn to npm
Npm 7 also supports workspaces, but doesn’t require the workspace root to be
private. This means the examples can be workspaces within the project, so the
entire project can be handled as one mono repository with a single lock file and
`node_modules` directory.

Also the readme has been updated with usage instructions.
2021-04-28 17:47:00 +02:00
Remco Haszing
04907bd623
Apply prettier on all committed files 2021-03-25 17:59:58 +01:00
apimastery
5b6cae33b2 use yaml-language-server's ESM and UMD modules; fix formatting 2020-09-20 21:23:48 -05:00
Kristen Mills
bd61f1f040
Add React demos 2020-02-22 14:47:19 -08:00
Kristen Mills
549e4afc5a
Merge branch 'master' into update-ls 2020-01-28 17:55:44 -08:00
Kristen Mills
c79683dd7a
Fix Readme 2020-01-28 17:49:14 -08:00
Geoffroy Empain
6f5df4acfe
docs: fix typo in readme 2020-01-21 16:15:58 +01:00
Kristen Mills
3503cacea0
Update to the latest version of yaml-language-service (#1) 2020-01-12 17:27:33 -08:00
Peng Xiao
0229f023b0 test: add jest for testing 2018-12-14 18:00:45 +08:00
Peng Xiao
56dda31a03 fix: fix an issue of error position 2018-12-13 15:04:09 +08:00
Peng Xiao
fb04c29c52 chore: upgrade dependencies and bump version to 1.2.0 2018-11-14 17:57:07 +08:00
Peng Xiao
a0db642717 chore: align with pengx17/master branch 2018-10-25 10:12:07 +08:00
lujjjh
33f732644f
Update development instruction 2018-03-27 11:31:02 +08:00
Kevin Decker
08a2ec2616 Remove bundled with monaco install notes 2018-02-26 00:10:38 -06:00
Kevin Decker
c65f0f4a95 House keeping 2018-02-26 00:05:58 -06:00
Alex Dima
517d32307e Add a test page, simplify development setup 2016-10-19 12:33:21 +02:00
Johannes Rieken
737e0f1650 Update README.md 2016-08-30 11:54:36 +02:00
Martin Aeschlimann
ba8bde4807 Update readme 2016-06-28 12:22:24 +02:00
Martin Aeschlimann
19616c8a6f improve installation description (fixes #2) 2016-06-28 11:58:53 +02:00
Martin Aeschlimann
dc9df814a7 fix typos 2016-06-27 10:29:31 +02:00
Martin Aeschlimann
da30aaede9 Update readme.md 2016-06-27 09:52:49 +02:00
Martin Aeschlimann
50e0c8d70c 1.0 2016-06-26 12:50:57 +02:00
Microsoft GitHub User
3b85bdbffd Initial commit 2016-06-24 07:00:06 -07:00