зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
m
Этот коммит содержится в:
родитель
cf6bdbfce7
Коммит
0acc46addf
@ -1,2 +1,6 @@
|
||||
https://code.visualstudio.com/docs/azure/mongodb
|
||||
https://www.mongodb.com/docs/mongodb-vscode/
|
||||
|
||||
2024
|
||||
MongoDB for VS Code - MongoDB Developer Tools 0:00 of 11:43
|
||||
https://www.youtube.com/watch?v=MLWlWrRAb4w
|
||||
|
||||
1
db/nosql/redis/docs/guide.txt
Обычный файл
1
db/nosql/redis/docs/guide.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/get-started/
|
||||
1
db/nosql/redis/docs/reference.txt
Обычный файл
1
db/nosql/redis/docs/reference.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/commands/
|
||||
1
db/nosql/redis/docs/tutorial.txt
Обычный файл
1
db/nosql/redis/docs/tutorial.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/develop/get-started/document-database/
|
||||
@ -1,4 +1,8 @@
|
||||
https://redis.io/docs/latest/develop/whats-new/
|
||||
https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/
|
||||
|
||||
2024
|
||||
https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-v0
|
||||
https://redis.io/blog/announcing-redis-community-edition-and-redis-stack-74/
|
||||
https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes/
|
||||
https://www.youtube.com/watch?v=_k31XzZKYJo
|
||||
|
||||
1
db/nosql/redis/features/batching.txt
Обычный файл
1
db/nosql/redis/features/batching.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/develop/use/
|
||||
2
db/nosql/redis/features/cfg.txt
Обычный файл
2
db/nosql/redis/features/cfg.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://redis.io/docs/latest/operate/oss_and_stack/management/
|
||||
https://redis.io/docs/latest/operate/oss_and_stack/management/config/
|
||||
1
db/nosql/redis/features/index.txt
Обычный файл
1
db/nosql/redis/features/index.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/develop/use/patterns/
|
||||
1
db/nosql/redis/features/patterns.txt
Обычный файл
1
db/nosql/redis/features/patterns.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/develop/use/patterns/
|
||||
1
db/nosql/redis/features/transaction.txt
Обычный файл
1
db/nosql/redis/features/transaction.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/develop/interact/
|
||||
@ -1,3 +1,2 @@
|
||||
BSON, ExtJson
|
||||
|
||||
https://redis.io/docs/data-types/
|
||||
https://redis.io/docs/latest/develop/data-types/
|
||||
BSON, ExtJson
|
||||
|
||||
1
db/nosql/redis/insight.txt
Обычный файл
1
db/nosql/redis/insight.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/insight/
|
||||
1
db/nosql/redis/integration/redis-vscode.txt
Обычный файл
1
db/nosql/redis/integration/redis-vscode.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://redis.io/docs/latest/develop/tools/redis-for-vscode/
|
||||
7
db/nosql/redis/redis-stack.txt
Обычный файл
7
db/nosql/redis/redis-stack.txt
Обычный файл
@ -0,0 +1,7 @@
|
||||
https://redis.io/about/about-stack/
|
||||
https://redis.io/json/
|
||||
https://redis.io/search/
|
||||
https://www.youtube.com/watch?v=OvVuA2gndp8
|
||||
https://redis.io/docs/latest/develop/interact/search-and-query/query-use-cases/
|
||||
https://redis.io/timeseries/
|
||||
https://redis.io/probabilistic/
|
||||
@ -3,7 +3,7 @@
|
||||
Download attempt failed: We are sorry, but we are currently unable to provide our products or services to you due to export control regulations., retrying
|
||||
|
||||
https://www.jetbrains.com/toolbox-app/
|
||||
Version: 2.3, Released: Apr 16, 2024
|
||||
Version: 2.5.2
|
||||
|
||||
https://copr.fedorainfracloud.org/coprs/medzik/jetbrains
|
||||
https://copr.fedorainfracloud.org/coprs/medzik/jetbrains/packages/
|
||||
|
||||
6
pl/cross/tools/ide/vscode/inst/fedora.txt
Обычный файл
6
pl/cross/tools/ide/vscode/inst/fedora.txt
Обычный файл
@ -0,0 +1,6 @@
|
||||
https://code.visualstudio.com/docs/setup/linux
|
||||
|
||||
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
||||
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null
|
||||
dnf check-update
|
||||
sudo dnf install code # or code-insiders
|
||||
22
science/ai/code-assist/copilot/integration/vscode.txt
Обычный файл
22
science/ai/code-assist/copilot/integration/vscode.txt
Обычный файл
@ -0,0 +1,22 @@
|
||||
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot
|
||||
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
|
||||
|
||||
https://code.visualstudio.com/docs/copilot/overview
|
||||
! inspect links
|
||||
vscode:extension/GitHub.copilot?referrer=docs-copilot-overview
|
||||
https://code.visualstudio.com/docs/copilot/setup
|
||||
C-A-I -> Use AI Features with Copilot for Free
|
||||
https://code.visualstudio.com/docs/copilot/setup-simplified
|
||||
https://code.visualstudio.com/docs/copilot/copilot-vscode-features
|
||||
https://code.visualstudio.com/docs/copilot/getting-started
|
||||
https://code.visualstudio.com/docs/copilot/getting-started-chat
|
||||
https://code.visualstudio.com/docs/copilot/copilot-edits
|
||||
|
||||
https://docs.github.com/en/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot
|
||||
|
||||
2024
|
||||
Adv Features
|
||||
https://www.youtube.com/watch?v=SLMfhuptCo8
|
||||
https://code.visualstudio.com/blogs/2024/12/18/free-github-copilot
|
||||
VisualStudioCode - GitHub Copilot Series of p14
|
||||
https://www.youtube.com/playlist?list=PLj6YeMhvp2S5_hvBl2SE-7YCHYlLQ0bPt
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user