Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kst authored and kst committed Mar 9, 2024
1 parent 20a6534 commit 1c200a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"aicodehelper.sccprompt": {
"type": "string",
"default": "```{{newline}}{{selectedcode}}{{newline}}```{{newline}}{{newline}}INPUT FOR REQUEST: fenced Code Block{{newline}}REQUEST: Complete the missing part of the code.{{newline}}INSTRUCTIONS:{{newline}}- Response the user's code and generated code without any other explanations, annotations, comments, descriptions.{{newline}}- Remove pre-text and post-text.",
"default": "```{{newline}}{{selectedcode}}{{newline}}```{{newline}}{{newline}}INPUT FOR REQUEST: fenced Code Block{{newline}}REQUEST: Complete the missing part of the code.{{newline}}INSTRUCTIONS:{{newline}}- Response the whole of user's code and generated code without any other explanations, annotations, comments, descriptions.{{newline}}- Remove pre-text and post-text.",
"description": "This is the prompt template used for code completion\n코드완성을 위해 사용되는 프롬프트 템플릿입니다\nShortcut key: (Ctrl+Alt+Shift+I)"
},
"aicodehelper.commmentingprompt": {
Expand Down

0 comments on commit 1c200a1

Please sign in to comment.