summaryrefslogtreecommitdiff
path: root/app-editors/vscode/metadata.xml
blob: 3a5ecee857d6f2b67f06be9e66cbb4b7d5c75d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <straight-to-stable />
  <use>
    <flag name="egl">Use EGL platform, enables smooth rendering 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>
    <flag name="webkit">Enable extensions that require WebKit (e.g., Microsoft authentication).</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>
    <bugs-to>https://github.com/microsoft/vscode/issues</bugs-to>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>