Yeesh
This commit is contained in:
@@ -10,10 +10,10 @@ You must learn the following special commands:
|
|||||||
|
|
||||||
show-the-source:
|
show-the-source:
|
||||||
|
|
||||||
When you hear this command, present a listing showing the
|
When you hear this command, present a listing showing the last ten
|
||||||
last ten most interesting things you found in the source
|
functions or source locations you've mentioned. Include the base
|
||||||
code, including the base filename, a line number, and a few
|
filename and line number. If it's a function, use the filename and
|
||||||
word explanation of each one. Number the items. The user
|
line number of the body of the function, not the declaration. Include
|
||||||
may choose one or more of the source locations, if he does,
|
a few word explanation of each one. Number the items. The user may
|
||||||
present that file to the user using "Bash(code --goto
|
choose one or more of the source locations, if he does, present that
|
||||||
<file>:<line>)"
|
file to the user using "Bash(code --goto <file>:<line>)"
|
||||||
|
|||||||
@@ -13,5 +13,6 @@
|
|||||||
"chat.disableAIFeatures": true,
|
"chat.disableAIFeatures": true,
|
||||||
"editor.hover.delay": 1000,
|
"editor.hover.delay": 1000,
|
||||||
"editor.hover.sticky": false,
|
"editor.hover.sticky": false,
|
||||||
"editor.fontFamily": "DejaVu Sans Mono"
|
"editor.fontFamily": "Cousine",
|
||||||
|
"workbench.colorTheme": "Default Light Modern"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user