File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
// List of extensions which should be recommended for users of this workspace.
3
3
"recommendations" : [
4
4
" dbaeumer.vscode-eslint" ,
5
- " AlanWalk .markdown-toc "
5
+ " yzhang .markdown-all-in-one "
6
6
],
7
7
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
8
8
"unwantedRecommendations" : [
Original file line number Diff line number Diff line change 1
- # MessagePack for JavaScript/ECMA-262
1
+ # MessagePack for JavaScript/ECMA-262 <!-- omit in toc -->
2
2
3
3
[ ![ npm version] ( https://img.shields.io/npm/v/@msgpack/msgpack.svg )] ( https://www.npmjs.com/package/@msgpack/msgpack ) ![ CI] ( https://github.com/msgpack/msgpack-javascript/workflows/CI/badge.svg ) [ ![ codecov] ( https://codecov.io/gh/msgpack/msgpack-javascript/branch/master/graphs/badge.svg )] ( https://codecov.io/gh/msgpack/msgpack-javascript ) [ ![ minzip] ( https://badgen.net/bundlephobia/minzip/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack ) [ ![ tree-shaking] ( https://badgen.net/bundlephobia/tree-shaking/@msgpack/msgpack )] ( https://bundlephobia.com/result?p=@msgpack/msgpack )
4
4
@@ -37,8 +37,6 @@ deepStrictEqual(decode(encoded), object);
37
37
38
38
## Table of Contents
39
39
40
- <!-- TOC depthFrom:2 anchorMode:github.com -->
41
-
42
40
- [ Synopsis] ( #synopsis )
43
41
- [ Table of Contents] ( #table-of-contents )
44
42
- [ Install] ( #install )
@@ -75,8 +73,6 @@ deepStrictEqual(decode(encoded), object);
75
73
- [ Updating Dependencies] ( #updating-dependencies )
76
74
- [ License] ( #license )
77
75
78
- <!-- /TOC -->
79
-
80
76
## Install
81
77
82
78
This library is published to ` npmjs.com ` as [ @msgpack/msgpack ] ( https://www.npmjs.com/package/@msgpack/msgpack ) .
You can’t perform that action at this time.
0 commit comments