Thanks for this wonderful package! Any idea why certain extensions like github.copilot just don't show up when i search for them inside this VSCode?
Search Criteria
Package Details: code-features 1.96.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/code-features.git (read-only, click to copy) |
---|---|
Package Base: | code-features |
Description: | Unblock some features in Code OSS |
Upstream URL: | https://github.com/microsoft/vscode |
Keywords: | vscode |
Licenses: | unknown |
Conflicts: | code-features |
Provides: | code-features |
Submitter: | sainnhe |
Maintainer: | sainnhe |
Last Packager: | sainnhe |
Votes: | 58 |
Popularity: | 0.93 |
First Submitted: | 2021-04-06 00:46 (UTC) |
Last Updated: | 2024-12-21 09:30 (UTC) |
Dependencies (4)
- code (visual-studio-code-binAUR, visual-studio-code-cli-binAUR, vscodius-binAUR)
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, dssdAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, pass-secret-service-gitAUR, 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 (optional)
Sources (4)
aliu commented on 2025-01-25 19:23 (UTC)
escape0707 commented on 2025-01-14 01:04 (UTC)
I'm getting "Remote - SSH is only supported in Microsoft versions of VS Code." error now. Is there any recent changes that stoped this workaround for Pylance and Remote - SSH?
fabian-ang commented on 2024-12-10 13:17 (UTC) (edited on 2024-12-10 13:26 (UTC) by fabian-ang)
I am trying to use the devcontainer extension in code. Whenever I am trying to open a devcontainer, I receive the following error:
Command 'Dev Containers: Open Folder in Container...' resulted in an error
command 'remote-containers.openFolder' not found
Any clues how to solve this? I have code-features
and code-marketplace
installed. I also tried the command which is now included in this package with no luck
Edit: The command proposed in the wiki has no effect either code --enable-proposed-api ms-vscode-remote.remote-containers
sainnhe commented on 2024-11-01 14:53 (UTC) (edited on 2024-11-02 03:08 (UTC) by sainnhe)
New Command Available in 1.95.0-2
Now there is a new command /usr/bin/code-features-update that can update the patch to keep up with the official vscode release. You can use this command to manually update the patch when this package is out of date or some extensions don't work after an update in extra/code.
iceyear commented on 2024-10-31 17:14 (UTC)
With ms-vscode.vscode-copilot-vision, Github Copilot Chat should add
"chatReferenceBinaryData"
and ms-vscode.vscode-copilot-vision should add
"ms-vscode.vscode-copilot-vision": [
"chatReferenceBinaryData",
"codeActionAI"
],
to make these two extenstions to work functionaly.
sainnhe commented on 2024-10-26 09:53 (UTC)
@she11sh0cked @iceyear Sorry for late reply, I've updated this package to the latest version and it should work now.
iceyear commented on 2024-10-09 05:16 (UTC)
The
"inlineEdit"
could be added for Github Copilot Chat and
"codeActionAI",
"notebookVariableProvider"
could be added for ms.python.python to make the full features.
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 2024-06-08 10:30 (UTC)
@iceyear: This package has been updated. It should work out of the box now.
iceyear commented on 2024-06-08 08:29 (UTC)
New Copilot Patch that should be added in Code 1.90.0:
"documentFiltersExclusive",
"embeddings",
"chatParticipantPrivate",
"aiTextSearchProvider"
Pinned Comments
sainnhe commented on 2024-11-01 14:53 (UTC) (edited on 2024-11-02 03:08 (UTC) by sainnhe)
New Command Available in 1.95.0-2
Now there is a new command /usr/bin/code-features-update that can update the patch to keep up with the official vscode release. You can use this command to manually update the patch when this package is out of date or some extensions don't work after an update in extra/code.
sainnhe commented on 2024-05-17 03:39 (UTC) (edited on 2024-10-26 10:10 (UTC) by sainnhe)
About this package
This package installs a hook that will patch product.json every time the code package is updated. The patch basically does the following:
~/.vscode
and~/.Code
instead of~/.vscode-oss
and~/.Code OSS
.You might be confused why this package changes the data directory. There are two reasons:
If you don't like this behavior, simply create a symlink.
About proprietary extensions
Proprietary extensions are not guaranteed to work, because some extensions will actively detect whether the current running environment is the official vscode release, and it's very hard to bypass their detection at all time.
If some extensions don't work, try:
makepkg -fsi
to rebuild and install this package.