mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 06:02:23 +00:00
Cleanup zed dir
This commit is contained in:
parent
1e68778d9d
commit
6c63915971
26 changed files with 8 additions and 150407 deletions
11
eggs/zed/.config/zed/.gitignore
vendored
11
eggs/zed/.config/zed/.gitignore
vendored
|
@ -1,7 +1,12 @@
|
||||||
conversations
|
/conversations
|
||||||
languages
|
/languages
|
||||||
prettier
|
/prettier
|
||||||
|
/extensions
|
||||||
node
|
node
|
||||||
node_modules
|
node_modules
|
||||||
|
/db
|
||||||
|
/embeddings
|
||||||
|
/copilot
|
||||||
|
|
||||||
|
|
||||||
.tmp*
|
.tmp*
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,28 +0,0 @@
|
||||||
/*!
|
|
||||||
* buildToken
|
|
||||||
* Builds OAuth token prefix (helper function)
|
|
||||||
*
|
|
||||||
* @name buildToken
|
|
||||||
* @function
|
|
||||||
* @param {GitUrl} obj The parsed Git url object.
|
|
||||||
* @return {String} token prefix
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
||||||
|
|
||||||
/** @preserve
|
|
||||||
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
||||||
* derived from CryptoJS.mode.CTR
|
|
||||||
* Jan Hruby jhruby.web@gmail.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** @preserve
|
|
||||||
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
||||||
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
../../../dots-of-war/zed/.config/zed/embeddings/stable
|
|
|
@ -1,57 +0,0 @@
|
||||||
{
|
|
||||||
"extensions": {
|
|
||||||
"toml": {
|
|
||||||
"manifest": {
|
|
||||||
"id": "toml",
|
|
||||||
"name": "TOML",
|
|
||||||
"version": "0.1.0",
|
|
||||||
"schema_version": 1,
|
|
||||||
"description": "TOML support.",
|
|
||||||
"repository": "https://github.com/zed-industries/zed",
|
|
||||||
"authors": [
|
|
||||||
"Max Brunsfeld <max@zed.dev>",
|
|
||||||
"Ammar Arif <evergreenkary@gmail.com>"
|
|
||||||
],
|
|
||||||
"lib": {
|
|
||||||
"kind": "Rust",
|
|
||||||
"version": "0.0.6"
|
|
||||||
},
|
|
||||||
"themes": [],
|
|
||||||
"languages": [
|
|
||||||
"languages/toml"
|
|
||||||
],
|
|
||||||
"grammars": {
|
|
||||||
"toml": {
|
|
||||||
"repository": "https://github.com/tree-sitter/tree-sitter-toml",
|
|
||||||
"rev": "342d9be207c2dba869b9967124c679b5e6fd0ebe",
|
|
||||||
"path": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"language_servers": {
|
|
||||||
"taplo": {
|
|
||||||
"language": "TOML",
|
|
||||||
"languages": [],
|
|
||||||
"language_ids": {},
|
|
||||||
"code_action_kinds": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dev": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"themes": {},
|
|
||||||
"languages": {
|
|
||||||
"TOML": {
|
|
||||||
"extension": "toml",
|
|
||||||
"path": "languages/toml",
|
|
||||||
"matcher": {
|
|
||||||
"path_suffixes": [
|
|
||||||
"Cargo.lock",
|
|
||||||
"toml"
|
|
||||||
],
|
|
||||||
"first_line_pattern": null
|
|
||||||
},
|
|
||||||
"grammar": "toml"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
id = "toml"
|
|
||||||
name = "TOML"
|
|
||||||
version = "0.1.0"
|
|
||||||
schema_version = 1
|
|
||||||
description = "TOML support."
|
|
||||||
repository = "https://github.com/zed-industries/zed"
|
|
||||||
authors = ["Max Brunsfeld <max@zed.dev>", "Ammar Arif <evergreenkary@gmail.com>"]
|
|
||||||
themes = []
|
|
||||||
languages = ["languages/toml"]
|
|
||||||
|
|
||||||
[lib]
|
|
||||||
kind = "Rust"
|
|
||||||
version = "0.0.6"
|
|
||||||
|
|
||||||
[grammars.toml]
|
|
||||||
repository = "https://github.com/tree-sitter/tree-sitter-toml"
|
|
||||||
rev = "342d9be207c2dba869b9967124c679b5e6fd0ebe"
|
|
||||||
|
|
||||||
[language_servers.taplo]
|
|
||||||
language = "TOML"
|
|
||||||
languages = []
|
|
||||||
|
|
||||||
[language_servers.taplo.language_ids]
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"extensions": {},
|
|
||||||
"grammars": {},
|
|
||||||
"languages": {},
|
|
||||||
"themes": {}
|
|
||||||
}
|
|
Binary file not shown.
Loading…
Reference in a new issue