aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 742ad38cd5b1818f76899b26af4ae6e31c2eb8df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors
 *
 * SPDX-License-Identifier: CC0-1.0
 */
{
  "search.exclude": {
    "**/.yarn": true,
    "**/.pnp.*": true
  },
  "eslint.nodePath": ".yarn/sdks",
  "typescript.tsdk": ".yarn/sdks/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true,
  "sonarlint.connectedMode.project": {
    "connectionId": "graphs4value",
    "projectKey": "graphs4value_refinery"
  }
}