-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathsettings.json
More file actions
48 lines (48 loc) · 1.83 KB
/
settings.json
File metadata and controls
48 lines (48 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"openctx.enable": true,
"openctx.debug": true,
"openctx.providers": {
//"../../../../../../provider/docs/dist/provider.cjs": {
// // "index": "http://localhost:5900/@fs/home/sqs/tmp/openctx-provider-docs/vite-docs-web.index.json",
// // "index": "file:///home/sqs/tmp/openctx-provider-docs/vite-docs-web.index.json",
// "index": "file:///Users/sqs/tmp/octx-provider-docs/sourcegraph-handbook-web-index.json",
//},
// "https://sourcegraph.test:3443/.api/openctx": true,
// "https://openctx.org/npm/@openctx/provider-hello-world": true,
"../../../../../../provider/hello-world/dist/index.js": true,
"../../../../../../provider/links/dist/index.js": {
"links": [
{
"title": "Telemetry",
"url": "https://docs.sourcegraph.com/dev/background-information/telemetry#sourcegraph-web-app",
"type": "docs",
"preview": true,
"path": "**/*.ts?(x)",
"pattern": "eventLogger\\.",
},
{
"title": "CSS in client/web",
"url": "https://docs.sourcegraph.com/dev/background-information/web/styling#styling-ui",
"type": "docs",
"preview": true,
"path": "**/*.ts?(x)",
"pattern": "^import styles from",
},
{
"title": "Bazel at Sourcegraph",
"url": "https://docs.sourcegraph.com/dev/background-information/bazel#bazel-at-sourcegraph",
"type": "docs",
"preview": true,
"path": "**/{BUILD.bazel,*.bzl,*.bazelrc,WORKSPACE}",
},
{
"title": "View all Storybooks",
"url": "https://www.chromatic.com/library?appId=5f0f381c0e50750022dc6bf7",
"type": "docs",
"description": "On Chromatic",
"path": "**/{*.{stories,story}.ts?(x),.storybook/**}",
},
],
},
},
}