This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 74fd6537aba88a16e01cfe7ec997863e13323401
Merge: 4240428e251 daf175d5d69
Author: Michael Bien <[email protected]>
AuthorDate: Tue Aug 26 05:04:58 2025 +0200

    Merge pull request #8661 from thurka/remove_vscode
    
    VSCode extension removed from netbeans repo and moved to netbeans-vscode

 .github/release.yml                                |    4 -
 .github/workflows/main.yml                         |   71 +-
 icons.html                                         |    6 -
 java/java.lsp.server/build.xml                     |  146 +-
 java/java.lsp.server/licenseinfo.xml               |   58 -
 java/java.lsp.server/nbcode/.gitignore             |    3 -
 java/java.lsp.server/nbcode/README.md              |   26 -
 .../org/netbeans/core/startup/Bundle.properties    |   22 -
 .../core/windows/view/ui/Bundle.properties         |   19 -
 .../modules/cloud/oracle/Bundle.properties         |   19 -
 .../modules/debugger/jpda/Bundle.properties        |   18 -
 .../modules/gradle/api/execute/Bundle.properties   |   22 -
 .../netbeans/modules/gradle/spi/Bundle.properties  |   18 -
 .../java/j2seplatform/api/Bundle.properties        |   20 -
 .../modules/java/source/usages/Bundle.properties   |   18 -
 .../modules/java/testrunner/Bundle.properties      |   21 -
 .../modules/maven/indexer/api/Bundle.properties    |   19 -
 .../modules/maven/api/execute/Bundle.properties    |   19 -
 .../modules/maven/configurations/Bundle.properties |   18 -
 .../modules/maven/options/Bundle.properties        |   18 -
 .../netbeans/modules/project/ui/Bundle.properties  |   18 -
 .../modules/openide/loaders/Bundle.properties      |   21 -
 .../modules/openide/text/Bundle.properties         |   19 -
 java/java.lsp.server/nbcode/build.xml              |   25 -
 .../nbcode/integration.java/build.xml              |   25 -
 .../nbcode/integration.java/manifest.mf            |    7 -
 .../integration.java/nbproject/build-impl.xml      |   45 -
 .../integration.java/nbproject/genfiles.properties |    8 -
 .../integration.java/nbproject/project.properties  |   20 -
 .../nbcode/integration.java/nbproject/project.xml  |  118 -
 .../integration.java/nbproject/suite.properties    |   18 -
 ...es.java.lsp.server.protocol.CodeActionsProvider |   33 -
 ...odules.refactoring.spi.RefactoringPluginFactory |   22 -
 .../AnnotationProcessorCompletionCollector.java    |  486 ----
 .../nbcode/integration/java/Bundle.properties      |   20 -
 .../modules/nbcode/integration/java/layer.xml      |   52 -
 java/java.lsp.server/nbcode/integration/build.xml  |   62 -
 .../nbcode/integration/licenseinfo.xml             |   30 -
 .../java.lsp.server/nbcode/integration/manifest.mf |    8 -
 .../nbcode/integration/nbproject/build-impl.xml    |   45 -
 .../integration/nbproject/genfiles.properties      |    8 -
 .../integration/nbproject/project.properties       |   19 -
 .../nbcode/integration/nbproject/project.xml       |  272 --
 .../nbcode/integration/nbproject/suite.properties  |   18 -
 ...s-modules-editor-settings-CustomPreferences.xml |   27 -
 ...eans.modules.java.hints.StaticImport.properties |   18 -
 ...FixesFakeHintSURROUND_WITH_TRY_CATCH.properties |   22 -
 ...a.hints.jdk.ConvertTextBlockToString.properties |   18 -
 .../services/org.openide.explorer.ExtendedDelete   |   19 -
 .../modules/nbcode/integration/Bundle.properties   |   22 -
 .../modules/nbcode/integration/ExtraGsonSetup.java |  259 --
 .../integration/LspApplyEditsImplementation.java   |   32 -
 .../integration/LspAssetsDecorationProvider.java   |  163 --
 .../integration/LspBrokenReferencesImpl.java       |   35 -
 .../nbcode/integration/LspDebuggerOptions.java     |   52 -
 .../nbcode/integration/LspDevopsConfigFinder.java  |   52 -
 .../nbcode/integration/LspDiagnosticReporter.java  |   31 -
 .../nbcode/integration/LspDialogDisplayer.java     |   31 -
 .../nbcode/integration/LspGlobalActionContext.java |   32 -
 .../modules/nbcode/integration/LspHtmlViewer.java  |   27 -
 .../nbcode/integration/LspInputOutputProvider.java |   27 -
 .../LspJavaPlatformProviderOverride.java           |   31 -
 .../integration/LspOcidDecorationProvider.java     |   72 -
 .../nbcode/integration/LspOpenProjectsFinder.java  |   60 -
 .../nbcode/integration/LspProgressEnvironment.java |   32 -
 .../nbcode/integration/LspRunOffEdtProvider.java   |   45 -
 .../integration/LspSingleFileOptionsQueryImpl.java |   27 -
 .../nbcode/integration/LspStatusDisplayer.java     |   27 -
 .../nbcode/integration/UIDefaultsIconMetadata.java |  119 -
 .../nbcode/integration/cloud-cookies.contextValues |   34 -
 .../commands/DependencyFindRequest.java            |   87 -
 .../integration/commands/DependencyFindResult.java |   67 -
 .../commands/LspDependencyChangeRequest.java       |   75 -
 .../commands/LspDependencyChangeResult.java        |   50 -
 .../integration/commands/ProjectAuditCommand.java  |  253 --
 .../commands/ProjectDependenciesCommand.java       |  303 --
 .../commands/ProjectMetadataCommand.java           |  162 --
 .../modules/nbcode/integration/commands/Utils.java |   61 -
 .../integration/database-cookies.contextValues     |   20 -
 .../netbeans/modules/nbcode/integration/layer.xml  |  204 --
 .../nbcode/integration/maven-actions-override.xml  |  133 -
 .../modules/nbcode/integration/maven.properties    |   20 -
 .../integration/micronaut-actions-override.xml     |   99 -
 .../modules/nbcode/integration/package-info.java   |   34 -
 .../integration/project-cookies.contextValues      |   27 -
 .../resources/GeneratedMethodBody.template         |   13 -
 .../integration/resources/LambdaBody.template      |   14 -
 .../resources/OverriddenMethodBody.template        |   18 -
 .../modules/nbcode/integration/resources/empty.png |  Bin 157 -> 0 bytes
 .../nbcode/integration/resources/jaricon.png       |  Bin 883 -> 0 bytes
 .../nbcode/integration/resources/jaricon.svg       |   91 -
 .../resources/uidefaults/Tree.closedIcon.png       |  Bin 537 -> 0 bytes
 .../resources/uidefaults/Tree.closedIcon.svg       |   37 -
 .../resources/uidefaults/Tree.leafIcon.png         |  Bin 537 -> 0 bytes
 .../resources/uidefaults/Tree.leafIcon.svg         |   37 -
 .../resources/uidefaults/Tree.openIcon.png         |  Bin 461 -> 0 bytes
 .../resources/uidefaults/Tree.openIcon.svg         |   43 -
 .../resources/uimanager-icons.properties           |   63 -
 .../nbcode/integration/spring-actions-override.xml |   33 -
 .../integration/standard-cookies.contextValues     |   26 -
 .../integration/VerifyDebuggerPersistence.java     |   43 -
 .../VerifyPresentUpdateCentersTest.java            |   57 -
 .../integration/VerifyProjectTemplatesTest.java    |  149 -
 .../integration/VerifySimpleTemplatesTest.java     |  128 -
 .../nbcode/nbproject/build-impl.xml                |   50 -
 .../nbcode/nbproject/genfiles.properties           |   11 -
 .../nbcode/nbproject/platform.properties           |  421 ---
 java/java.lsp.server/nbcode/nbproject/platform.xml |   54 -
 .../nbcode/nbproject/project.properties            |   31 -
 java/java.lsp.server/nbcode/nbproject/project.xml  |   29 -
 java/java.lsp.server/nbproject/project.properties  |    1 -
 java/java.lsp.server/script/bin/nbcode             |  146 -
 java/java.lsp.server/script/etc/nbcode.clusters    |   11 -
 java/java.lsp.server/script/etc/nbcode.conf        |   69 -
 java/java.lsp.server/vscode/.eslintrc.json         |   19 -
 java/java.lsp.server/vscode/.gitignore             |    4 -
 .../java.lsp.server/vscode/.vscode/extensions.json |    7 -
 java/java.lsp.server/vscode/.vscode/launch.json    |   45 -
 java/java.lsp.server/vscode/.vscode/settings.json  |   11 -
 java/java.lsp.server/vscode/.vscode/tasks.json     |   20 -
 java/java.lsp.server/vscode/.vscodeignore          |   10 -
 java/java.lsp.server/vscode/BUILD.md               |  183 --
 java/java.lsp.server/vscode/CHANGELOG.md           |  259 --
 java/java.lsp.server/vscode/README.md              |  245 --
 java/java.lsp.server/vscode/esbuild.js             |   52 -
 .../vscode/images/Apache_NetBeans_Logo.png         |  Bin 9879 -> 0 bytes
 .../vscode/images/Introduce_refactoring.png        |  Bin 27260 -> 0 bytes
 .../vscode/images/Override_refactoring.png         |  Bin 27287 -> 0 bytes
 .../vscode/images/Refactor_menu.png                |  Bin 30850 -> 0 bytes
 .../vscode/images/Source_actions.png               |  Bin 31128 -> 0 bytes
 .../vscode/images/Surrond_With_refactorings.png    |  Bin 57147 -> 0 bytes
 .../vscode/images/Test_explorer.png                |  Bin 248119 -> 0 bytes
 .../vscode/images/change_method_params.png         |  Bin 96454 -> 0 bytes
 .../vscode/images/cloud-explorer.png               |  Bin 37604 -> 0 bytes
 .../java.lsp.server/vscode/images/cloud_assets.png |  Bin 27860 -> 0 bytes
 .../vscode/images/database-explorer.png            |  Bin 40394 -> 0 bytes
 java/java.lsp.server/vscode/images/debuggers.png   |  Bin 34385 -> 0 bytes
 .../vscode/images/java_jdk_configuration.png       |  Bin 68223 -> 0 bytes
 java/java.lsp.server/vscode/images/javadoc.png     |  Bin 26411 -> 0 bytes
 .../vscode/images/move_refactoring.png             |  Bin 62152 -> 0 bytes
 .../vscode/images/project-explorer.png             |  Bin 72243 -> 0 bytes
 java/java.lsp.server/vscode/images/run.png         |  Bin 3787 -> 0 bytes
 java/java.lsp.server/vscode/images/run_config.png  |  Bin 36223 -> 0 bytes
 .../vscode/language-configuration.json             |  111 -
 java/java.lsp.server/vscode/package-lock.json      | 2906 --------------------
 java/java.lsp.server/vscode/package.json           | 1562 -----------
 .../vscode/schemas/package.schema.json             |   63 -
 .../vscode/src/dbConfigurationProvider.ts          |   80 -
 java/java.lsp.server/vscode/src/explorer.ts        |  934 -------
 java/java.lsp.server/vscode/src/extension.ts       | 2146 ---------------
 .../vscode/src/jdk/configuration.ts                |  272 --
 java/java.lsp.server/vscode/src/jdk/jdk.ts         |  171 --
 java/java.lsp.server/vscode/src/jdk/settings.ts    |  419 ---
 .../vscode/src/jdk/validation/extensionUtils.ts    |   38 -
 .../vscode/src/jdk/validation/javaUtil.ts          |   78 -
 .../vscode/src/jdk/validation/project.ts           |  193 --
 .../vscode/src/jdk/validation/validation.ts        |   80 -
 .../vscode/src/launchConfigurations.ts             |  184 --
 java/java.lsp.server/vscode/src/nbcode.ts          |  126 -
 .../vscode/src/panels/GuidePanel.ts                |  106 -
 .../vscode/src/panels/RunImageGuidePanel.ts        |   81 -
 .../vscode/src/panels/SshGuidePanel.ts             |   77 -
 .../vscode/src/panels/guidesUtil.ts                |   61 -
 .../vscode/src/propertiesView/controlTypes.ts      |   84 -
 .../src/propertiesView/propertiesHtmlBuilder.ts    |  119 -
 .../vscode/src/propertiesView/propertiesView.ts    |  242 --
 .../vscode/src/propertiesView/script.ts            |  101 -
 java/java.lsp.server/vscode/src/protocol.ts        |  349 ---
 .../java.lsp.server/vscode/src/runConfiguration.ts |  227 --
 java/java.lsp.server/vscode/src/ssh/ssh.ts         |  123 -
 .../vscode/src/ssh/terminalRunner.ts               |   47 -
 .../vscode/src/test/launcher/fileUtil.ts           |   46 -
 .../vscode/src/test/launcher/index.ts              |   61 -
 .../vscode/src/test/launcher/launch.test.ts        |  109 -
 java/java.lsp.server/vscode/src/test/runTest.ts    |   96 -
 .../vscode/src/test/suite/explorer.test.ts         |   49 -
 .../vscode/src/test/suite/extension.test.ts        |  282 --
 .../java.lsp.server/vscode/src/test/suite/index.ts |   61 -
 .../vscode/src/test/suite/testutils.ts             |  188 --
 .../src/test/test-projects/test-app/empty.ts       |   21 -
 java/java.lsp.server/vscode/src/test/ws/empty.ts   |   21 -
 java/java.lsp.server/vscode/src/testAdapter.ts     |  529 ----
 java/java.lsp.server/vscode/src/typesUtil.ts       |   61 -
 java/java.lsp.server/vscode/src/utils.ts           |  199 --
 .../vscode/syntaxes/java-st-injection.json         |   26 -
 .../vscode/syntaxes/java.tmLanguage.json           | 1947 -------------
 .../vscode/templates/run-container.sh.handlebars   |   39 -
 .../vscode/test-projects/test-app/.gitignore       |   15 -
 .../vscode/test-projects/test-app/README.md        |   24 -
 .../test-projects/test-app/aot-jar.properties      |   37 -
 .../test-projects/test-app/micronaut-cli.yml       |    6 -
 .../vscode/test-projects/test-app/pom.xml          |  117 -
 .../src/main/java/com/example/Application.java     |   10 -
 .../src/main/resources/application.properties      |    2 -
 .../test-app/src/main/resources/logback.xml        |   14 -
 .../src/test/java/com/example/TestAppTest.java     |   21 -
 java/java.lsp.server/vscode/tsconfig.json          |   22 -
 .../vscode/webviews/run-image-guide.handlebars     |  157 --
 .../vscode/webviews/scripts/guide.js               |   31 -
 .../vscode/webviews/ssh-guide.handlebars           |   93 -
 .../vscode/webviews/styles/guide.css               |  162 --
 .../org/netbeans/nbbuild/extlibs/ignored-binaries  |    3 -
 nbbuild/rat-exclusions.txt                         |    3 -
 203 files changed, 3 insertions(+), 22732 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to