# IT4Innovations # LK 2024 easyblock = 'Tarball' name = 'VSCode' version = '1.85.0' local_version_id = '1701901635' homepage = 'https://code.visualstudio.com/' description = ''' 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 and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos. ''' toolchain = {'name': 'system', 'version': 'system'} source_urls = ['https://code.visualstudio.com/sha/download?build=stable&os=linux-x64&'] sources = ['code-stable-x64-%s.tar.gz' % local_version_id] checksums = ['6272a8e634d68ae95cf2d98d9b45cf8b36fe4df48634d2ae22e08437f9e1a992'] modaliases = {'vscode': '%(installdir)s/bin/code'} sanity_check_paths = { 'files': ['code', 'bin/code'], 'dirs': ['bin', 'locales', 'resources'] } moduleclass = 'devel'