We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87d7a7 commit 9791061Copy full SHA for 9791061
Extension/src/nativeStrings.json
@@ -229,5 +229,8 @@
229
"invoking_nvcc": "Invoking nvcc with command line: {0}",
230
"nvcc_host_compile_command_not_found": "Unable to find host compile command in output of nvcc.",
231
"unable_to_locate_forced_include": "Unable to locate forced include: {0}",
232
- "inline_macro": "Inline macro"
+ "inline_macro": {
233
+ "text": "Inline macro",
234
+ "hint": "'Inline' is a command and not an adjective, i.e. like 'Expand macro'."
235
+ }
236
}
0 commit comments