We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5b48f commit 7b227ecCopy full SHA for 7b227ec
2 files changed
.github/CODEOWNERS
@@ -12,6 +12,8 @@
12
13
/libs/vscode/nx-cloud-onboarding-webview/ @MaxKless
14
15
+/../../nx/packages/gradle/project-graph/ @MaxKless
16
+
17
/libs/vscode/nx-help-and-feedback-view/ @MaxKless
18
19
/libs/vscode/typescript-import-plugin/ @MaxKless
settings.gradle.kts
@@ -3,6 +3,3 @@ rootProject.name = "nx-console"
3
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0" }
4
5
includeBuild("apps/intellij")
6
-
7
-includeBuild("/Users/lourw/nrwl/nx/packages/gradle/project-graph")
8
0 commit comments