git: 282118d30fee - main - databases/jetbrains-datagrip: NEW PORT

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Sat, 04 Dec 2021 08:19:07 UTC
The branch main has been updated by dch:

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

commit 282118d30fee7b2e65bd4518922dbddb128b1836
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2021-11-23 22:54:08 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2021-12-04 08:18:21 +0000

    databases/jetbrains-datagrip: NEW PORT
    
    A cross-platform Database IDE for PostgreSQL, MySQL, Hive,
    SQLite, and many more Cloud-hosted DBs, enabling you to
    introspect and modify objects, schemas, columns, and rows.
    
    Differential Revision: https://reviews.freebsd.org/D33102
---
 databases/Makefile                                 |   1 +
 databases/jetbrains-datagrip/Makefile              |  59 ++
 databases/jetbrains-datagrip/distinfo              |   3 +
 databases/jetbrains-datagrip/files/datagrip.1      |  16 +
 .../jetbrains-datagrip/files/datagrip.desktop.in   |  12 +
 databases/jetbrains-datagrip/files/datagrip.in     |   3 +
 databases/jetbrains-datagrip/files/pkg-message.in  |  12 +
 databases/jetbrains-datagrip/pkg-descr             |  12 +
 databases/jetbrains-datagrip/pkg-plist             | 893 +++++++++++++++++++++
 9 files changed, 1011 insertions(+)

diff --git a/databases/Makefile b/databases/Makefile
index 704e8d8cd320..a030338bbdca 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -122,6 +122,7 @@
     SUBDIR += jasperreports
     SUBDIR += jdb
     SUBDIR += jdbc-oracle11g
+    SUBDIR += jetbrains-datagrip
     SUBDIR += jlog
     SUBDIR += jrobin
     SUBDIR += jrrd
diff --git a/databases/jetbrains-datagrip/Makefile b/databases/jetbrains-datagrip/Makefile
new file mode 100644
index 000000000000..c220c1e08d68
--- /dev/null
+++ b/databases/jetbrains-datagrip/Makefile
@@ -0,0 +1,59 @@
+PORTNAME=	datagrip
+PORTVERSION=	2021.3.1
+CATEGORIES=	databases java
+MASTER_SITES=	https://download-cf.jetbrains.com/datagrip/
+PKGNAMEPREFIX=	jetbrains-
+DIST_SUBDIR=	jetbrains
+
+MAINTAINER=	dch@FreeBSD.org
+COMMENT=	JetBrains DataGrip IDE for your Databases
+
+LICENSE=	IntelliJ-datagrip
+LICENSE_NAME=	Subscription license agreement for business and organizations
+LICENSE_TEXT=	See: https://www.jetbrains.com/store/license.html
+LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
+
+RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier \
+		lsof:sysutils/lsof
+
+USES=		python:run shebangfix
+
+USE_JAVA=	yes
+JAVA_VERSION=	11+
+
+USE_LDCONFIG=	yes
+
+SHEBANG_FILES=	bin/printenv.py bin/restart.py
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+SUB_FILES=	${PORTNAME} ${PORTNAME}.desktop pkg-message
+
+WRKSRC=		${WRKDIR}/DataGrip-${PORTVERSION}
+
+do-install:
+# Linux/Windows/OS X only so remove them
+	@${RM} -r \
+		${WRKSRC}/bin/clang \
+		${WRKSRC}/bin/cmake \
+		${WRKSRC}/bin/fsnotifier \
+		${WRKSRC}/bin/fsnotifier-arm \
+		${WRKSRC}/bin/fsnotifier64 \
+		${WRKSRC}/bin/gdb/linux \
+		${WRKSRC}/bin/lldb/linux \
+		${WRKSRC}/jbr \
+		${WRKSRC}/jre64 \
+		${WRKSRC}/lib/pty4j-native \
+		${WRKSRC}/plugins/cwm-plugin/quiche-native \
+		${WRKSRC}/plugins/performanceTesting/bin
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \
+		"! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh")
+	@(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh")
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${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
+
+.include <bsd.port.mk>
diff --git a/databases/jetbrains-datagrip/distinfo b/databases/jetbrains-datagrip/distinfo
new file mode 100644
index 000000000000..5d04e60d83e4
--- /dev/null
+++ b/databases/jetbrains-datagrip/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1637703919
+SHA256 (jetbrains/datagrip-2021.3.1.tar.gz) = 31d6af619ff311092970d616f840acf134a4683c9e97240d367b2dc95a5bb9a1
+SIZE (jetbrains/datagrip-2021.3.1.tar.gz) = 466032201
diff --git a/databases/jetbrains-datagrip/files/datagrip.1 b/databases/jetbrains-datagrip/files/datagrip.1
new file mode 100644
index 000000000000..b34566dd0c5c
--- /dev/null
+++ b/databases/jetbrains-datagrip/files/datagrip.1
@@ -0,0 +1,16 @@
+.\"     $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $
+.Dd $Mdocdate: April 9 2010 $
+.Dt datagrip 1
+.Os
+.Sh NAME
+.Nm datagrip
+.Nd launch JetBrains DataGrip Integrated Development Environment
+.Sh SYNOPSIS
+.Nm
+.Op jvm-args
+.Sh DESCRIPTION
+.Nm
+starts up the JetBrains DataGrip Integrated Development Environment.
+.Sh SEE ALSO
+The web site
+https://www.jetbrains.com/datagrip/ .
diff --git a/databases/jetbrains-datagrip/files/datagrip.desktop.in b/databases/jetbrains-datagrip/files/datagrip.desktop.in
new file mode 100644
index 000000000000..8befcc74e2fb
--- /dev/null
+++ b/databases/jetbrains-datagrip/files/datagrip.desktop.in
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Type=Application
+Name=DataGrip
+GenericName=DataGrip
+Comment=DataGrip Integrated Development Environment
+Icon=%%DATADIR%%/bin/datagrip.png
+Exec=%%DATADIR%%/bin/datagrip.sh
+Terminal=false
+StartupNotify=true
+Categories=Application;Development;
diff --git a/databases/jetbrains-datagrip/files/datagrip.in b/databases/jetbrains-datagrip/files/datagrip.in
new file mode 100644
index 000000000000..07226fe07d76
--- /dev/null
+++ b/databases/jetbrains-datagrip/files/datagrip.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec "%%DATADIR%%/bin/datagrip.sh" "$@"
diff --git a/databases/jetbrains-datagrip/files/pkg-message.in b/databases/jetbrains-datagrip/files/pkg-message.in
new file mode 100644
index 000000000000..05839729a7e0
--- /dev/null
+++ b/databases/jetbrains-datagrip/files/pkg-message.in
@@ -0,0 +1,12 @@
+[
+{ type: install
+  message: <<EOM
+There is a native (faster) file watching support backed by kqueue which is
+enabled by default.  If you encounter problems with watching large
+trees, you can disable it by adding the following property via the menu
+entry Help -> Edit Custom Properties...
+
+      idea.filewatcher.disabled=true
+EOM
+}
+]
diff --git a/databases/jetbrains-datagrip/pkg-descr b/databases/jetbrains-datagrip/pkg-descr
new file mode 100644
index 000000000000..111326a6c6df
--- /dev/null
+++ b/databases/jetbrains-datagrip/pkg-descr
@@ -0,0 +1,12 @@
+DataGrip - A cross-platform IDE for Databases
+
+Native support for PostgreSQL, MySQL, Hive, SQLite, and many more
+Cloud-hosted DBs, enabling you to introspect and modify objects,
+schemas, columns, and rows. Supports parametrized SQL queries, entity
+relationship diagrams using key relations, scripting and version control
+support.
+
+While this is trial software, there are commercial and academic licenses
+available.
+
+WWW: https://www.jetbrains.com/datagrip/
diff --git a/databases/jetbrains-datagrip/pkg-plist b/databases/jetbrains-datagrip/pkg-plist
new file mode 100644
index 000000000000..3942a9beedd8
--- /dev/null
+++ b/databases/jetbrains-datagrip/pkg-plist
@@ -0,0 +1,893 @@
+bin/datagrip
+man/man1/datagrip.1.gz
+share/applications/datagrip.desktop
+%%DATADIR%%/Install-Linux-tar.txt
+%%DATADIR%%/bin/brokenPlugins.db
+%%DATADIR%%/bin/datagrip.png
+%%DATADIR%%/bin/datagrip.sh
+%%DATADIR%%/bin/datagrip.svg
+%%DATADIR%%/bin/datagrip64.vmoptions
+%%DATADIR%%/bin/format.sh
+%%DATADIR%%/bin/icons.db
+%%DATADIR%%/bin/idea.properties
+%%DATADIR%%/bin/inspect.sh
+%%DATADIR%%/bin/log.xml
+%%DATADIR%%/bin/ltedit.sh
+%%DATADIR%%/bin/printenv.py
+%%DATADIR%%/bin/remote-dev-server.sh
+%%DATADIR%%/bin/repair
+%%DATADIR%%/bin/restart.py
+%%DATADIR%%/build.txt
+%%DATADIR%%/lib/3rd-party-rt.jar
+%%DATADIR%%/lib/3rd-party.jar
+%%DATADIR%%/lib/annotations-java5.jar
+%%DATADIR%%/lib/asm-7.1.jar
+%%DATADIR%%/lib/asm-analysis-7.1.jar
+%%DATADIR%%/lib/asm-commons-7.1.jar
+%%DATADIR%%/lib/asm-tree-7.1.jar
+%%DATADIR%%/lib/asm-util-7.1.jar
+%%DATADIR%%/lib/async-profiler.jar
+%%DATADIR%%/lib/bootstrap.jar
+%%DATADIR%%/lib/build-marker-DB-213.5744.178
+%%DATADIR%%/lib/byte-buddy-agent.jar
+%%DATADIR%%/lib/cds/classesLogAgent.jar
+%%DATADIR%%/lib/classpath.txt
+%%DATADIR%%/lib/datagrip.jar
+%%DATADIR%%/lib/dbus-java-3.2.1.jar
+%%DATADIR%%/lib/error-prone-annotations.jar
+%%DATADIR%%/lib/external-system-rt.jar
+%%DATADIR%%/lib/forms_rt.jar
+%%DATADIR%%/lib/grpc-netty-shaded.jar
+%%DATADIR%%/lib/intellij-coverage-agent-1.0.613.jar
+%%DATADIR%%/lib/intellij-test-discovery.jar
+%%DATADIR%%/lib/java-utils-1.0.6.jar
+%%DATADIR%%/lib/jetbrains-annotations.jar
+%%DATADIR%%/lib/jffi-1.2.19-native.jar
+%%DATADIR%%/lib/jffi-1.2.19.jar
+%%DATADIR%%/lib/jna.jar
+%%DATADIR%%/lib/jnr-a64asm-1.0.0.jar
+%%DATADIR%%/lib/jnr-constants-0.9.12.jar
+%%DATADIR%%/lib/jnr-enxio-0.21.jar
+%%DATADIR%%/lib/jnr-ffi-2.1.10.jar
+%%DATADIR%%/lib/jnr-posix-3.0.50.jar
+%%DATADIR%%/lib/jnr-unixsocket-0.23.jar
+%%DATADIR%%/lib/jnr-x86asm-1.0.2.jar
+%%DATADIR%%/lib/jps-model.jar
+%%DATADIR%%/lib/jsch-agent-proxy-jsch.jar
+%%DATADIR%%/lib/jsch-agent-proxy-sshj.jar
+%%DATADIR%%/lib/jsch-agent-proxy.jar
+%%DATADIR%%/lib/junixsocket-core.jar
+%%DATADIR%%/lib/kotlin-reflect.jar
+%%DATADIR%%/lib/kotlin-stdlib-jdk8.jar
+%%DATADIR%%/lib/kotlinx.jar
+%%DATADIR%%/lib/openapi.jar
+%%DATADIR%%/lib/org_codehaus_groovy_groovy-json.jar
+%%DATADIR%%/lib/org_codehaus_groovy_groovy-jsr223.jar
+%%DATADIR%%/lib/org_codehaus_groovy_groovy-templates.jar
+%%DATADIR%%/lib/org_codehaus_groovy_groovy-xml.jar
+%%DATADIR%%/lib/org_codehaus_groovy_groovy.jar
+%%DATADIR%%/lib/platform-api.jar
+%%DATADIR%%/lib/platform-impl.jar
+%%DATADIR%%/lib/platform-objectSerializer-annotations.jar
+%%DATADIR%%/lib/platform-statistics-devkit.jar
+%%DATADIR%%/lib/protobuf.jar
+%%DATADIR%%/lib/pty4j.jar
+%%DATADIR%%/lib/rd-core.jar
+%%DATADIR%%/lib/rd-framework.jar
+%%DATADIR%%/lib/rd-swing.jar
+%%DATADIR%%/lib/rd-text.jar
+%%DATADIR%%/lib/stats.jar
+%%DATADIR%%/lib/util.jar
+%%DATADIR%%/lib/winp.jar
+%%DATADIR%%/license/XStream_license.txt
+%%DATADIR%%/license/ant_license.txt
+%%DATADIR%%/license/asm_license.txt
+%%DATADIR%%/license/eclipse_license.txt
+%%DATADIR%%/license/eclipse_license2.txt
+%%DATADIR%%/license/gson_license.txt
+%%DATADIR%%/license/imgscalr_license.txt
+%%DATADIR%%/license/javahelp_license.txt
+%%DATADIR%%/license/javolution_license.txt
+%%DATADIR%%/license/jaxb_license.txt
+%%DATADIR%%/license/jaxen_license.txt
+%%DATADIR%%/license/jdom_license.txt
+%%DATADIR%%/license/jgoodies_forms_license.txt
+%%DATADIR%%/license/junit_license.txt
+%%DATADIR%%/license/kryo-license.txt
+%%DATADIR%%/license/log4j_license.txt
+%%DATADIR%%/license/microba_license.txt
+%%DATADIR%%/license/miglayout_swing_license.txt
+%%DATADIR%%/license/nanoxml_license.txt
+%%DATADIR%%/license/oromatcher_license.txt
+%%DATADIR%%/license/picoContainer_license.txt
+%%DATADIR%%/license/saxon-conditions.html
+%%DATADIR%%/license/swingx_license.txt
+%%DATADIR%%/license/third-party-libraries.html
+%%DATADIR%%/license/trove4j_license.txt
+%%DATADIR%%/license/winp_license.txt
+%%DATADIR%%/license/xerces_license.txt
+%%DATADIR%%/license/xmlrpc_license.txt
+%%DATADIR%%/license/yourkit-license-redist.txt
+%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-assets.jar
+%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar
+%%DATADIR%%/plugins/DatabaseIDE/lib/database-ide.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/3rd-party.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/database-dialects.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/database-impl.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/json-simple-1.1.1.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/jts-core-1.16.1.jar
+%%DATADIR%%/plugins/DatabaseTools/lib/jts-io-common-1.16.1.jar
+%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
+%%DATADIR%%/plugins/IntelliLang/lib/java-langInjection-jps.jar
+%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar
+%%DATADIR%%/plugins/git4idea/lib/git4idea.jar
+%%DATADIR%%/plugins/platform-images/lib/platform-images.jar
+%%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh
+%%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/README
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/accessx
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/basic
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/caps
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/complete
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/iso9995
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/japan
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledcaps
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/lednum
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledscroll
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/level5
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/misc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/mousekeys
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/olpc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc98
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xfree86
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xtest
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/README
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/amiga
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/ataritt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/chicony
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/dell
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/lk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/unix
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/everex
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/fujitsu
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hhk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/keytronic
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/kinesis
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/macintosh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/microsoft
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nec
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nokia
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/northgate
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sanwa
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/O2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indigo
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indy
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sony
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/steelseries
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sun
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/teck
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/thinkpad
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/typematrix
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/winbook
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/README
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/aliases
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/amiga
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ataritt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/lk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/empty
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/evdev
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/fujitsu
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/hp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ibm
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/jolla
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/macintosh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/olpc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indigo
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indy
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/iris
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sony
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sun
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree86
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree98
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/README
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.extras.xml
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.lst
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.xml
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.extras.xml
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.lst
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.xml
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xfree98
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xkb.dtd
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/af
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/al
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/altwin
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/am
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/apl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ara
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/at
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/au
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/az
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ba
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bd
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/be
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bg
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/br
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/brai
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bw
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/by
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ca
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/capslock
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cd
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ch
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cm
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cn
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/compose
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ctrl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cz
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/de
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/lk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/vt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dz
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ee
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/empty
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/epo
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/es
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/et
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eu
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eurosign
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fi
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fo
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/jp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gb
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ge
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gn
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/group
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hp_vndr/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hu
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/id
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ie
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/il
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/in
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/inet
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/iq
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ir
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/is
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/it
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jolla_vndr/sbj
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ke
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/keypad
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kg
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kpdl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kz
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/la
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latam
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latin
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level5
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lv
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ma
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/apple
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/ch
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/de
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/dk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fi
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/gb
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/is
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/it
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/jp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/latam
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/nl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/no
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/pt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/se
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mao
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/md
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/me
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ml
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mm
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mn
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mv
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/my
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nbsp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nec_vndr/jp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ng
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/no
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-44
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-51
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/su-8w
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/np
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/olpc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/parens
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ph
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ro
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rs
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ru
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rupeesign
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/se
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sgi_vndr/jp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/sl-c3x00
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws003sh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws007sh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws011sh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws020sh
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/shift
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/si
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sn
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sony_vndr/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/srvr_ctrl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ara
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/be
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/br
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ca
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ch
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/cz
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/de
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/dk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ee
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/es
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fi
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gb
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/it
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/jp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/kr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lv
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/nl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/no
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pl
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ro
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ru
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/se
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/sk
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/solaris
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tw
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ua
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sy
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/terminate
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tg
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/th
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tj
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tm
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tr
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/trans
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tw
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/typo
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tz
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ua
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/us
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/uz
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/vn
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/amiga
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/ataritt
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/za
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/README
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/basic
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/cancel
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/caps
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/complete
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/default
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/extra
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/iso9995
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/level5
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/mousekeys
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/nokia
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/numpad
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/pc
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/Xvfb
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/xkbcomp
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts.conf
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts/DejaVuLGCSans.ttf
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGL.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcursor.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdamage.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdmcp.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXext.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfixes.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfont2.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXi.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrandr.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrender.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXtst.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXxf86vm.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libasound.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-1.0.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-bridge-2.0.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatspi.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libattr.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-client.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-common.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libbz2.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcap.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcom_err.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcups.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgcrypt.so.11
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgio-2.0.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglapi.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglib-2.0.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgmodule-2.0.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgobject-2.0.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgpg-error.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgssapi_krb5.so.2
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libk5crypto.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkeyutils.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5support.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libuuid.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-server.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbcommon.so.0
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbfile.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxshmfence.so.1
+%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libz.so.1
+%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json
+%%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/coffeescript/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json
+%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/css/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/docker/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/git/README.md
+%%DATADIR%%/plugins/textmate/lib/bundles/git/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/extension.webpack.config.js
+%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/diff.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-commit.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-rebase.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/api1.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/extension.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/git.d.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-empty.sh
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-main.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.sh
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/autofetch.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/commands.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/contentProvider.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorationProvider.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorators.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/emoji.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/encoding.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/fileSystemProvider.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/git.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/ipc/ipcClient.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/ipc/ipcServer.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/log.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/main.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/model.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/protocolHandler.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/pushError.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/remoteProvider.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/remoteSource.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/repository.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/staging.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/statusbar.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/terminal.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/git.test.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/index.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/smoke.test.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/timelineProvider.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/typings/refs.d.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/uri.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/util.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/src/watch.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/diff.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-commit.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-rebase.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/ignore.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/tsconfig.json
+%%DATADIR%%/plugins/textmate/lib/bundles/git/yarn.lock
+%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/go/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/html/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/java/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
+%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/json/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE
+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md
+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/julia/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist
+%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet
+%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet
+%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage
+%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/log/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/lua/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/make/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license
+%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/php/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets
+%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/pug/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/python/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/extension-browser.webpack.config.js
+%%DATADIR%%/plugins/textmate/lib/bundles/python/extension.webpack.config.js
+%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/src/pythonMain.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/python/src/typings/ref.d.ts
+%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/python/tsconfig.json
+%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/r/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/razor/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json
+%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore
+%%DATADIR%%/plugins/textmate/lib/bundles/ruby/cgmanifest.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json
+%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json
*** 112 LINES SKIPPED ***