fp/.vscode/settings.json

13 lines
583 B
JSON
Raw Normal View History

{
"yaml.schemas": {
"https://json.schemastore.org/yamllint.json": [
"file:///home/cj/Documents/futureporn-monorepo/charts/fp/templates/next.yaml",
"file:///home/cj/Documents/futureporn-monorepo/charts/fp/templates/strapi.yaml"
2024-06-28 17:50:07 -08:00
],
"https://json.schemastore.org/kustomization.json": "file:///home/cj/Documents/futureporn-monorepo/clusters/production/infrastructure.yaml"
2024-07-22 18:59:41 -08:00
},
2025-02-10 08:16:50 -08:00
"editor.tabSize": 2,
"elixirLS.projectDir": "apps/bright",
"editor.formatOnSave": true,
"elixirLS.useCurrentRootFolderAsProjectDir": true
}