summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/vscode/metadata.xml')
-rw-r--r--app-editors/vscode/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/app-editors/vscode/metadata.xml b/app-editors/vscode/metadata.xml
new file mode 100644
index 000000000000..52921d6c9411
--- /dev/null
+++ b/app-editors/vscode/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>adel.ks@zegrapher.com</email>
+ <name>Adel KARA SLIMANE</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>arthurzam@gentoo.org</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="egl">Use EGL platform, enables smooth rending in high refresh rate monitors on X11/Xwayland</flag>
+ <flag name="wayland">Run in wayland mode under wayland sessions, xwayland otherwise. This flag doesn't affect x11 sessions.</flag>
+ </use>
+ <longdescription>
+ Visual Studio Code is a lightweight but powerful source code editor which
+ runs on your desktop and is available for Windows, macOS and Linux. It
+ comes with built-in support for JavaScript, TypeScript and Node.js and has
+ a rich ecosystem of extensions for other languages (such as C++, C#, Java,
+ Python, PHP, Go) and runtimes (such as .NET and Unity).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">microsoft/vscode</remote-id>
+ <bugs-to>https://github.com/microsoft/vscode/issues</bugs-to>
+ </upstream>
+</pkgmetadata>