please add "lmTools" to extensionEnabledApiProposals , GitHub.copilot-chat <3
Search Criteria
Package Details: code-features-insiders 1.93.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/code-features-insiders.git (read-only, click to copy) |
---|---|
Package Base: | code-features-insiders |
Description: | Unblock some features in Code OSS, including features in VSCode Insiders |
Upstream URL: | https://github.com/microsoft/vscode |
Licenses: | unknown |
Conflicts: | code-features |
Provides: | code-features |
Submitter: | sainnhe |
Maintainer: | sainnhe |
Last Packager: | sainnhe |
Votes: | 10 |
Popularity: | 0.78 |
First Submitted: | 2021-04-06 06:14 (UTC) |
Last Updated: | 2024-10-01 13:32 (UTC) |
Dependencies (4)
- code (visual-studio-code-cli-binAUR, vscodius-binAUR, visual-studio-code-binAUR)
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, bitw-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5)
- python (python37AUR, python311AUR, python310AUR)
- icu69AUR (icu69-binAUR) (optional) – for MS-vsliveshare.vsliveshare extension to work
Required by (1)
- code-marketplace (requires code-features) (optional)
Sources (3)
Latest Comments
Hiradexo commented on 2024-09-30 09:02 (UTC)
she11sh0cked commented on 2024-08-12 12:05 (UTC)
--- product.json 2024-08-12 10:58:30.917219333 +0200
+++ product.json 2024-08-12 10:58:56.490877625 +0200
@@ -474,7 +474,8 @@
"testObserver",
"aiTextSearchProvider",
"documentFiltersExclusive",
- "chatParticipantPrivate"
+ "chatParticipantPrivate",
+ "authGetSessions"
],
"GitHub.remotehub": [
"contribRemoteHelp",
This needs to be added for GitHub Copilot Chat to work.
sainnhe commented on 2023-08-13 13:32 (UTC)
Upgrading notes for v1.81.1
The code has been refactored in python, upgrading requires manual interventions:
pacman -Rdd code code-features-insiders
pacman -S code code-features-insiders
Don't reinstall them, uninstall and install these packages instead.
Since the code has been refactored, you can easily modify the code to upgrade to a new version by yourself if I cannot update this package in time. Simply download the latest tarball from code.visualstudio.com and extract them, then run update.py
to update patch.json
(The usage is documented in update.py
), and run makepkg --skipchecksums -i
to rebuild and install this package.
Microsoft has introduced new detection method for Pylance extension, now this AUR package cannot bypass the version check of it. Although you can downgrade Pylance to a lower version to continue to use it, but I'd recommend to switch to a FOSS alternative instead (e.g. Pyright) because you'll never know what Microsoft will do in the future. Microsoft sucks :)
The data folder has changed to ~/.vscode
because some extensions provided by Microsoft will explicitly use that folder, otherwise they won't work.
xuiqzy commented on 2022-08-23 22:24 (UTC)
Should maybe optionally depend on icu69 for liveshare to work with the code package.
Piezo commented on 2022-05-13 12:02 (UTC)
Yes! Thanks!
sainnhe commented on 2022-05-13 02:56 (UTC)
@Piezo: Does it work for you now?
Piezo commented on 2022-05-11 13:06 (UTC)
To make copilot functional on community/code 1.67.1-1 I had to use this extensionEnabledApiProposals
: http://sprunge.us/c2UZP4
Pinned Comments
sainnhe commented on 2023-08-13 13:32 (UTC)
Upgrading notes for v1.81.1
The code has been refactored in python, upgrading requires manual interventions:
Don't reinstall them, uninstall and install these packages instead.
Since the code has been refactored, you can easily modify the code to upgrade to a new version by yourself if I cannot update this package in time. Simply download the latest tarball from code.visualstudio.com and extract them, then run
update.py
to updatepatch.json
(The usage is documented inupdate.py
), and runmakepkg --skipchecksums -i
to rebuild and install this package.Microsoft has introduced new detection method for Pylance extension, now this AUR package cannot bypass the version check of it. Although you can downgrade Pylance to a lower version to continue to use it, but I'd recommend to switch to a FOSS alternative instead (e.g. Pyright) because you'll never know what Microsoft will do in the future. Microsoft sucks :)
The data folder has changed to
~/.vscode
because some extensions provided by Microsoft will explicitly use that folder, otherwise they won't work.