From d4827491da162fe2853796b5f5f1781de67230a6 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 23 Oct 2019 14:44:16 +0100 Subject: [PATCH 1/3] Suggest node workflow for TypeScript projects --- ci/properties/node.js.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/node.js.properties.json b/ci/properties/node.js.properties.json index 99a79bcb84..59218d1ab2 100644 --- a/ci/properties/node.js.properties.json +++ b/ci/properties/node.js.properties.json @@ -2,5 +2,5 @@ "name": "Node.js", "description": "Build and test a Node.js project with npm.", "iconName": "nodejs", - "categories": ["JavaScript", "Node", "Npm"] -} \ No newline at end of file + "categories": ["JavaScript", "TypeScript", "Node", "Npm"] +} From 03566f31ab5cea9a27548a383079b09d278f3d5b Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 23 Oct 2019 14:46:02 +0100 Subject: [PATCH 2/3] Suggest npm publish workflow for TypeScript projects --- ci/properties/npm-publish.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/npm-publish.properties.json b/ci/properties/npm-publish.properties.json index 989c262c97..b7b8e35608 100644 --- a/ci/properties/npm-publish.properties.json +++ b/ci/properties/npm-publish.properties.json @@ -2,5 +2,5 @@ "name": "Node.js Package", "description": "Publishes a Node.js package to npm and GitHub Package Registry.", "iconName": "node-package-transparent", - "categories": ["JavaScript", "SDLC"] + "categories": ["JavaScript", "TypeScript", "SDLC"] } From 70fa2cf646f111fcd1c7ccf2cd73752783d439f4 Mon Sep 17 00:00:00 2001 From: moonrager13 Date: Fri, 10 Jul 2026 09:25:27 +0000 Subject: [PATCH 3/3] Pending changes exported from your codespace --- .codesight/default.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .codesight/default.json diff --git a/.codesight/default.json b/.codesight/default.json new file mode 100644 index 0000000000..357c5b44cc --- /dev/null +++ b/.codesight/default.json @@ -0,0 +1 @@ +{"id":{"name":"default","location":"/workspaces/starter-workflows/.codesight/default.json"},"buildToolConfig":{"java":{}},"bridgeConfig":{"source":{"type":7,"location":"/workspaces/starter-workflows/.codesight/default.json"},"scanTypes":[0,1]},"buildConfig":{},"gitConfig":{"diffScanReferenceBranch":{"value":"main","source":{"type":7,"location":"/workspaces/starter-workflows/.codesight/default.json"},"expandedValue":"main"},"pathToGitRepository":{"value":"/workspaces/starter-workflows","source":{"type":7,"location":"/workspaces/starter-workflows/.codesight/default.json"}}}} \ No newline at end of file