Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 06:26:36 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1d55dd50d0c - main - devel/jetbrains-clion: Update to 2023.2
Message-ID:  <202308020626.3726QagL041510@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1d55dd50d0cb65275b4f9db8f33a08b2d8832b3

commit a1d55dd50d0cb65275b4f9db8f33a08b2d8832b3
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2023-07-31 08:05:53 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-08-02 06:26:17 +0000

    devel/jetbrains-clion: Update to 2023.2
    
    ChangeLog: https://www.jetbrains.com/clion/whatsnew/#v20232-july-26
    
    PR:             272822
    Reported by:    dmitry.wagin@ya.ru (maintainer)
---
 devel/jetbrains-clion/Makefile  |  19 ++-
 devel/jetbrains-clion/distinfo  |   6 +-
 devel/jetbrains-clion/pkg-plist | 356 +++++++++++++++++++++++-----------------
 3 files changed, 220 insertions(+), 161 deletions(-)

diff --git a/devel/jetbrains-clion/Makefile b/devel/jetbrains-clion/Makefile
index f683027419a8..97ad9bbff54e 100644
--- a/devel/jetbrains-clion/Makefile
+++ b/devel/jetbrains-clion/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	clion
-PORTVERSION=	2023.1.4
+PORTVERSION=	2023.2
 CATEGORIES=	devel java
 MASTER_SITES=	https://download-cdn.jetbrains.com/cpp/
 PKGNAMEPREFIX=	jetbrains-
@@ -17,7 +17,8 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 BUILD_DEPENDS=	jna>0:devel/jna
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
-		jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \
+		jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \
+		jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \
 		lsof:sysutils/lsof
 
 USES=		cpe python:run shebangfix
@@ -29,6 +30,7 @@ JAVA_VERSION=	17+
 SHEBANG_FILES=	bin/restart.py \
 		plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh
 
+DATADIR=	${PREFIX}/share/jetbrains/${PORTNAME}
 NO_ARCH=	yes
 NO_ARCH_IGNORE=	libjnidispatch.so
 NO_BUILD=	yes
@@ -49,13 +51,12 @@ do-install:
 		${WRKSRC}/bin/remote-dev-server.sh \
 		${WRKSRC}/bin/repair \
 		${WRKSRC}/jbr \
+		${WRKSRC}/lib/jna \
 		${WRKSRC}/lib/native \
 		${WRKSRC}/lib/pty4j \
 		${WRKSRC}/plugins/cwm-plugin \
+		${WRKSRC}/plugins/cwm-plugin-projector \
 		${WRKSRC}/plugins/gateway-plugin/lib/remote-dev-workers \
-		${WRKSRC}/plugins/performanceTesting \
-		${WRKSRC}/plugins/performanceTesting-async \
-		${WRKSRC}/plugins/performanceTesting-yourkit \
 		${WRKSRC}/plugins/remote-dev-server
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
@@ -66,13 +67,17 @@ do-install:
 	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
 	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
 # Use fsnotifier replacement provided by java/intellij-fsnotifier
-	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
+	${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
 # Install FreeBSD native lib provided by devel/jna
 	@${MKDIR} ${WRKDIR}/jna
 	@(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so)
 	${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64
 	${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/
 # Use pty4j replacement provided by devel/jetbrains-pty4j
-	${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j
+	${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64
+	${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so
+# Use sqlite replacement provided by devel/jetbrains-sqlite
+	${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64
+	${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so
 
 .include <bsd.port.mk>
diff --git a/devel/jetbrains-clion/distinfo b/devel/jetbrains-clion/distinfo
index eb0c84a63dee..c020e8cc915e 100644
--- a/devel/jetbrains-clion/distinfo
+++ b/devel/jetbrains-clion/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687788851
-SHA256 (jetbrains/CLion-2023.1.4.tar.gz) = 03830bd8c32eca51d2cb54aafbb74ce46003eaab9601465876c84107c0a19a23
-SIZE (jetbrains/CLion-2023.1.4.tar.gz) = 858589459
+TIMESTAMP = 1690540529
+SHA256 (jetbrains/CLion-2023.2.tar.gz) = 45671bb8cf7b18bd6da2b519b950f28d315ad49d230494a08785e78219e43819
+SIZE (jetbrains/CLion-2023.2.tar.gz) = 863989444
diff --git a/devel/jetbrains-clion/pkg-plist b/devel/jetbrains-clion/pkg-plist
index 0524bdce6bc6..4bb18ceefe26 100644
--- a/devel/jetbrains-clion/pkg-plist
+++ b/devel/jetbrains-clion/pkg-plist
@@ -28,16 +28,6 @@ share/applications/clion.desktop
 %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
 %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_storage.py
 %%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
-%%DATADIR%%/bin/icons/icon-v4-1.0-d.db
-%%DATADIR%%/bin/icons/icon-v4-1.0.db
-%%DATADIR%%/bin/icons/icon-v4-1.25-d.db
-%%DATADIR%%/bin/icons/icon-v4-1.25.db
-%%DATADIR%%/bin/icons/icon-v4-1.5-d.db
-%%DATADIR%%/bin/icons/icon-v4-1.5.db
-%%DATADIR%%/bin/icons/icon-v4-2.0-d.db
-%%DATADIR%%/bin/icons/icon-v4-2.0.db
-%%DATADIR%%/bin/icons/icon-v4-2.5-d.db
-%%DATADIR%%/bin/icons/icon-v4-2.5.db
 %%DATADIR%%/bin/idea.properties
 %%DATADIR%%/bin/inspect.sh
 %%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
@@ -56,8 +46,8 @@ share/applications/clion.desktop
 %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_loader.py
 %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_string_utils.py
 %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils.py
-%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_const.py
 %%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_context_operator_parser.py
+%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_utils_debugger_events_handler.py
 %%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
 %%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
 %%DATADIR%%/bin/ltedit.sh
@@ -83,12 +73,12 @@ share/applications/clion.desktop
 %%DATADIR%%/build.txt
 %%DATADIR%%/help/ReferenceCard.pdf
 %%DATADIR%%/help/ReferenceCardForMac.pdf
-%%DATADIR%%/lib/3rd-party-rt.jar
 %%DATADIR%%/lib/annotations-java5.jar
+%%DATADIR%%/lib/app-client.jar
 %%DATADIR%%/lib/app.jar
-%%DATADIR%%/lib/async-profiler-windows.jar
 %%DATADIR%%/lib/async-profiler.jar
-%%DATADIR%%/lib/build-marker-CL-231.9161.40
+%%DATADIR%%/lib/bouncy-castle.jar
+%%DATADIR%%/lib/build-marker-CL-232.8660.186
 %%DATADIR%%/lib/byte-buddy-agent.jar
 %%DATADIR%%/lib/cds/classesLogAgent.jar
 %%DATADIR%%/lib/error-prone-annotations.jar
@@ -96,7 +86,8 @@ share/applications/clion.desktop
 %%DATADIR%%/lib/externalProcess-rt.jar
 %%DATADIR%%/lib/forms_rt.jar
 %%DATADIR%%/lib/groovy.jar
-%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar
+%%DATADIR%%/lib/grpc.jar
+%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar
 %%DATADIR%%/lib/intellij-test-discovery.jar
 %%DATADIR%%/lib/jetbrains-annotations.jar
 %%DATADIR%%/lib/jna/amd64/libjnidispatch.so
@@ -104,8 +95,15 @@ share/applications/clion.desktop
 %%DATADIR%%/lib/jsch-agent.jar
 %%DATADIR%%/lib/junit4.jar
 %%DATADIR%%/lib/junit5.jar
+%%DATADIR%%/lib/lib-client.jar
+%%DATADIR%%/lib/lib.jar
+%%DATADIR%%/lib/modules.jar
+%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so
+%%DATADIR%%/lib/platform-loader.jar
+%%DATADIR%%/lib/product-client.jar
+%%DATADIR%%/lib/product.jar
 %%DATADIR%%/lib/protobuf.jar
-%%DATADIR%%/lib/pty4j
+%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so
 %%DATADIR%%/lib/rd.jar
 %%DATADIR%%/lib/stats.jar
 %%DATADIR%%/lib/testFramework.jar
@@ -127,9 +125,13 @@ share/applications/clion.desktop
 %%DATADIR%%/license/third-party-libraries.json
 %%DATADIR%%/license/yourkit-license-redist.txt
 %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar
 %%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar
 %%DATADIR%%/plugins/angularJS/lib/angularJS.jar
 %%DATADIR%%/plugins/angularJS/ngCli/commands/generate-impl.js
 %%DATADIR%%/plugins/angularJS/ngCli/commands/generate.json
@@ -145,36 +147,38 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider70.js
 %%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider80.js
 %%DATADIR%%/plugins/angularJS/ngCli/schematicsProvider90.js
-%%DATADIR%%/plugins/c-clangd/lib/c-clangd.jar
-%%DATADIR%%/plugins/c-clangdBridge/lib/c-clangdBridge.jar
+%%DATADIR%%/plugins/c-clangd-plugin/lib/c-clangd-plugin.jar
+%%DATADIR%%/plugins/c-clangdBridge-plugin/lib/c-clangdBridge-plugin.jar
 %%DATADIR%%/plugins/c-performanceTesting-plugin/lib/c-performanceTesting-plugin.jar
 %%DATADIR%%/plugins/c-plugin/lib/c-plugin.jar
+%%DATADIR%%/plugins/charts/lib/charts.jar
 %%DATADIR%%/plugins/cidr-base-plugin/lib/cidr-base-plugin.jar
-%%DATADIR%%/plugins/cidr-clangConfig/lib/cidr-clangConfig.jar
-%%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar
-%%DATADIR%%/plugins/cidr-compiler-custom/lib/cidr-compiler-custom.jar
+%%DATADIR%%/plugins/cidr-clangConfig-plugin/lib/cidr-clangConfig-plugin.jar
+%%DATADIR%%/plugins/cidr-clangFormat-plugin/lib/cidr-clangFormat-plugin.jar
+%%DATADIR%%/plugins/cidr-compiler-custom-plugin/lib/cidr-compiler-custom-plugin.jar
 %%DATADIR%%/plugins/cidr-completionMlRanking-plugin/lib/cidr-completionMlRanking-plugin.jar
 %%DATADIR%%/plugins/cidr-copyright-plugin/lib/cidr-copyright-plugin.jar
 %%DATADIR%%/plugins/cidr-grazie-plugin/lib/cidr-grazie-plugin.jar
-%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
+%%DATADIR%%/plugins/cidr-langInjection-plugin/lib/cidr-langInjection-plugin.jar
 %%DATADIR%%/plugins/cidr-linkerscript/lib/cidr-linkerscript.jar
 %%DATADIR%%/plugins/cidr-markdown-plugin/lib/cidr-markdown-plugin.jar
-%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
-%%DATADIR%%/plugins/clion-ctest/lib/clion-ctest.jar
-%%DATADIR%%/plugins/clion-diagnostics/lib/clion-diagnostics.jar
-%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
-%%DATADIR%%/plugins/clion-makefile/lib/clion-makefile.jar
-%%DATADIR%%/plugins/clion-packageManager/lib/clion-packageManager.jar
+%%DATADIR%%/plugins/clion-compdb-plugin/lib/clion-compdb-plugin.jar
+%%DATADIR%%/plugins/clion-ctest-plugin/lib/clion-ctest-plugin.jar
+%%DATADIR%%/plugins/clion-diagnostics-plugin/lib/clion-diagnostics-plugin.jar
+%%DATADIR%%/plugins/clion-embedded-plugin/lib/clion-embedded-plugin.jar
+%%DATADIR%%/plugins/clion-ide/lib/clion-ide.jar
+%%DATADIR%%/plugins/clion-makefile-plugin/lib/clion-makefile-plugin.jar
+%%DATADIR%%/plugins/clion-packageManager-plugin/lib/clion-packageManager-plugin.jar
 %%DATADIR%%/plugins/clion-performanceTesting-plugin/lib/clion-performanceTesting-plugin.jar
-%%DATADIR%%/plugins/clion-runFile/lib/clion-runFile.jar
-%%DATADIR%%/plugins/clion-rustHelper/lib/clion-rustHelper.jar
-%%DATADIR%%/plugins/clion-test-boost/lib/clion-test-boost.jar
-%%DATADIR%%/plugins/clion-test-catch/lib/clion-test-catch.jar
-%%DATADIR%%/plugins/clion-test-doctest/lib/clion-test-doctest.jar
-%%DATADIR%%/plugins/clion-test-google/lib/clion-test-google.jar
-%%DATADIR%%/plugins/clion-webDeployment/lib/clion-webDeployment.jar
-%%DATADIR%%/plugins/clion/lib/clion.jar
+%%DATADIR%%/plugins/clion-runFile-plugin/lib/clion-runFile-plugin.jar
+%%DATADIR%%/plugins/clion-rustHelper-plugin/lib/clion-rustHelper-plugin.jar
+%%DATADIR%%/plugins/clion-test-boost-plugin/lib/clion-test-boost-plugin.jar
+%%DATADIR%%/plugins/clion-test-catch-plugin/lib/clion-test-catch-plugin.jar
+%%DATADIR%%/plugins/clion-test-doctest-plugin/lib/clion-test-doctest-plugin.jar
+%%DATADIR%%/plugins/clion-test-google-plugin/lib/clion-test-google-plugin.jar
+%%DATADIR%%/plugins/clion-webDeployment-plugin/lib/clion-webDeployment-plugin.jar
 %%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar
+%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar
 %%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar
 %%DATADIR%%/plugins/color-scheme-all_hallows_eve/lib/color-scheme-all_hallows_eve.jar
 %%DATADIR%%/plugins/color-scheme-blackboard/lib/color-scheme-blackboard.jar
@@ -193,8 +197,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
 %%DATADIR%%/plugins/copyright/lib/copyright.jar
 %%DATADIR%%/plugins/css-impl/lib/css-impl.jar
-%%DATADIR%%/plugins/cwm-plugin-projector/lib/cwm-plugin-projector.jar
-%%DATADIR%%/plugins/cwm-plugin-projector/lib/projector/projector.jar
 %%DATADIR%%/plugins/dev/lib/dev.jar
 %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar
 %%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar
@@ -207,10 +209,12 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar
 %%DATADIR%%/plugins/grid-impl/lib/grid.jar
 %%DATADIR%%/plugins/html-tools/lib/html-tools.jar
+%%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js
+%%DATADIR%%/plugins/javascript-debugger/debugConnector.js
+%%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js
+%%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js
 %%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar
 %%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar
-%%DATADIR%%/plugins/javascript-debugger/lib/debugConnectionForwarder.js
-%%DATADIR%%/plugins/javascript-debugger/lib/debugConnector.js
 %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar
 %%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar
 %%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar
@@ -250,13 +254,16 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-reporter.js
 %%DATADIR%%/plugins/javascript-impl/helpers/vitest-intellij/vitest-intellij-util.js
-%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.ijx
-%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-35bf29dd0b10.txt
+%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.ijx
+%%DATADIR%%/plugins/javascript-impl/js/js-predefined-1d06a55b98c1-d5aed4438951.txt
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/browser.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/cancellationToken.js
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/diagnosticMessages.json
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/es2019decorators.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/flow.utilities.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
@@ -289,6 +296,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
@@ -314,8 +322,12 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.object.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2022.string.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.array.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es2023.full.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es5.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.es6.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.esnext.d.ts
@@ -329,8 +341,10 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/react.d.ts
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserver.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/tsserverlibrary.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typesMap.json
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/typingsInstaller.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/watchGuard.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/websql.d.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/external/xpath.d.ts
@@ -347,8 +361,12 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/flow/webassembly.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-language-service.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/js-lanuage-api.js
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/.gitignore
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/ide-watcher.js
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/init.ts
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/logger-impl.js
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js
+%%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/out-path-process.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/service-loader.js
 %%DATADIR%%/plugins/javascript-impl/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
@@ -382,6 +400,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/javascript-impl/languageService/eslint/tsconfig.json
 %%DATADIR%%/plugins/javascript-impl/lib/javascript-impl.jar
 %%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar
+%%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar
 %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt
 %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md
 %%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js
@@ -428,6 +447,8 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json
 %%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js
 %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar
+%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar
+%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
 %%DATADIR%%/plugins/platform-images/lib/platform-images.jar
 %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar
 %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar
@@ -729,6 +750,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py
 %%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py
 %%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py
+%%DATADIR%%/plugins/python-ce/helpers/exec.txt
 %%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py
 %%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py
 %%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py
@@ -1286,10 +1308,15 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_312.c
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
@@ -1333,6 +1360,9 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h
 %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
@@ -1361,6 +1391,10 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py
+%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py
 %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt
 %%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py
@@ -1730,6 +1764,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/typecheck_typeshed_code.yml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md
@@ -1739,10 +1774,10 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/update-stubtest-allowlist.py
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi
@@ -2160,6 +2195,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi
@@ -2271,6 +2307,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi
@@ -2449,15 +2486,24 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi
@@ -2636,6 +2682,24 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/numpy_float_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pil_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_float_gpu_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/capture_outputs/pytorch_gpu_capture_output.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/d3dshot.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/display.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/d3d.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/dxgi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/shcore.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/D3DShot/d3dshot/dll/user32.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/DateTimeRange/datetimerange/__version__.pyi
@@ -2782,6 +2846,8 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi
@@ -3188,7 +3254,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/backports.ssl_match_hostname/backports/ssl_match_hostname/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/@tests/requirements-stubtest.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi
@@ -3418,6 +3483,25 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/certifi/certifi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chardet/chardet/__init__.pyi
@@ -3653,7 +3737,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/ttfonts.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/freezegun/METADATA.toml
@@ -3672,7 +3755,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/requirements-stubtest.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi
@@ -3770,7 +3852,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_validators.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_reflect.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_validators.pyi
@@ -3778,6 +3859,14 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi
@@ -4240,6 +4329,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml
@@ -4361,6 +4451,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi
@@ -4382,6 +4473,28 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/win32.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi
@@ -4516,14 +4629,17 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi
@@ -4535,93 +4651,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/@tests/stubtest_allowlist.txt
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/METADATA.toml
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/common/exceptions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/android/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/blackberry/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/remote_connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/chrome/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/action_chains.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/action_builder.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/input_device.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/interaction.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_actions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/key_input.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/mouse_button.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_actions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/actions/pointer_input.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/alert.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/by.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/desired_capabilities.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/html5/application_cache.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/keys.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/proxy.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/touch_actions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/common/utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/edge/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/extension_connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_binary.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/firefox_profile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/remote_connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/firefox/webelement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/ie/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/opera/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/phantomjs/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/command.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/errorhandler.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/file_detector.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/mobile.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/remote_connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/switch_to.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/utils.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/remote/webelement.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/permissions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/remote_connection.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/safari/webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/abstract_event_listener.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/color.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/event_firing_webdriver.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/events.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/expected_conditions.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/select.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/ui.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/support/wait.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/__init__.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/options.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/service.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/selenium/selenium/webdriver/webkitgtk/webdriver.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi
@@ -4638,7 +4667,6 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_dumb.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_msi.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_wininst.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi
@@ -4800,6 +4828,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/deletable_api_resource.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/listable_api_resource.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/nested_resource_class_methods.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/searchable_api_resource.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/singleton_api_resource.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/updateable_api_resource.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/abstract/verify_mixin.pyi
@@ -4875,6 +4904,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reporting/report_type.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/reversal.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/review.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/search_result_object.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_attempt.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/setup_intent.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/stripe/stripe/api_resources/sigma/__init__.pyi
@@ -4957,6 +4987,14 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/@tests/stubtest_allowlist.txt
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/METADATA.toml
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter/tree_sitter/binding.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi
@@ -4983,6 +5021,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connection.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/connectionpool.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/__init__.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/contrib/socks.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/exceptions.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/fields.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/filepost.pyi
@@ -4994,6 +5033,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/response.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/__init__.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/connection.pyi
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/queue.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/request.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/response.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/urllib3/urllib3/util/retry.pyi
@@ -5049,24 +5089,27 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi
 %%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/README.md
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/test_coroutines.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/test_gather.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_iteration.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_list.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_object.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_pow.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_sum.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/test_tuple.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_codecs.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_contextlib.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_logging.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/test_unittest.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/all.py
-%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/pattern.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_coroutines.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/asyncio/check_gather.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_dict.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_iteration.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_list.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_object.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_pow.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_sum.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/builtins/check_tuple.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_codecs.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_contextlib.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_logging.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_threading.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/check_unittest.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_all.py
+%%DATADIR%%/plugins/python-ce/helpers/typeshed/test_cases/stdlib/typing/check_pattern.py
 %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz
 %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.16.7.pyz
 %%DATADIR%%/plugins/python-ce/lib/python-ce.jar
 %%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar
+%%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar
 %%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar
 %%DATADIR%%/plugins/restClient/lib/restClient.jar
 %%DATADIR%%/plugins/sass/lib/sass.jar
@@ -5086,9 +5129,14 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server
 %%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar
 %%DATADIR%%/plugins/tasks/lib/tasks-core.jar
-%%DATADIR%%/plugins/terminal/fish/init.fish
-%%DATADIR%%/plugins/terminal/jediterm-bash.in
 %%DATADIR%%/plugins/terminal/lib/terminal.jar
+%%DATADIR%%/plugins/terminal/pwsh/pwsh.ps1
+%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash
+%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash
+%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish
+%%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish
+%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1
+%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1
 %%DATADIR%%/plugins/terminal/zsh/.zshenv
 %%DATADIR%%/plugins/terminal/zsh/hooks.zsh
 %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
@@ -5104,6 +5152,11 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
 %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
 %%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE
+%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md
+%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage
+%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage
 %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
 %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
 %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
@@ -5495,6 +5548,7 @@ share/applications/clion.desktop
 %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar
 %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar
 %%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar
+%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar
 %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar
 %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar
 %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308020626.3726QagL041510>